Locale changes, part 1.

This commit is contained in:
GJ
2012-04-11 15:28:30 -04:00
parent 32422646e4
commit 248f24d4b9
19 changed files with 612 additions and 484 deletions

View File

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