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

@ -54,7 +54,7 @@ public class mcBleedTimer implements Runnable {
PP.decreaseBleedTicks();
if (PP.getBleedTicks() == 0) {
player.sendMessage(mcLocale.getString("Swords.Combat.Bleeding.Stopped"));
player.sendMessage(mcLocale.getString("Swords.StoppedBleeding"));
}
}
}