Wrapping up the localizations... though I'm sure there are probably

still some that got missed.
This commit is contained in:
GJ
2013-01-17 11:02:55 -05:00
parent 49610e372f
commit a9c722de67
11 changed files with 38 additions and 14 deletions

View File

@ -275,7 +275,7 @@ public class SQLConversionTask implements Runnable {
}
}
System.out.println("[mcMMO] MySQL Updated from users file, " + theCount + " items added/updated to MySQL DB"); //TODO: Locale
System.out.println("[mcMMO] MySQL Updated from users file, " + theCount + " items added/updated to MySQL DB");
in.close();
}
catch (Exception e) {