Reverted to old locale strings in master - moved to new branch.

This commit is contained in:
GJ
2012-04-17 10:28:13 -04:00
parent 248f24d4b9
commit 77efbe39a9
19 changed files with 485 additions and 613 deletions

View File

@ -48,7 +48,7 @@ public class InspectCommand implements CommandExecutor {
CommandHelper.printGatheringSkills(player, sender);
CommandHelper.printCombatSkills(player, sender);
CommandHelper.printMiscSkills(player, sender);
sender.sendMessage(mcLocale.getString("Commands.PowerLevel", new Object[] { PP.getPowerLevel() }));
sender.sendMessage(mcLocale.getString("mcPlayerListener.PowerLevel", new Object[] { PP.getPowerLevel() }));
return true;
}