Fixing a typo

This commit is contained in:
pahimar 2012-09-26 15:42:40 -04:00
parent 60c5abe720
commit 632825181e

View file

@ -15,7 +15,7 @@ public class Localizations {
public static String[] localeFiles = {
LANG_RESOURCE_LOCATION + "en_US.xml",
LANG_RESOURCE_LOCATION + "nl_NL.xml",
LANG_RESOURCE_LOCATION + "nl_NL.xml"
};
}