Do a little bit of localebending

This commit is contained in:
TfT_02
2013-09-30 11:32:35 +02:00
parent babb9baa2b
commit 5ad0f2c624
32 changed files with 209 additions and 209 deletions

View File

@@ -139,7 +139,7 @@ public class RepairCommand extends SkillCommand {
}
if (canSuperRepair) {
player.sendMessage(LocaleLoader.getString("Repair.Skills.Super.Chance", superRepairChance) + (isLucky ? LocaleLoader.getString("Perks.lucky.bonus", superRepairChanceLucky) : ""));
player.sendMessage(LocaleLoader.getString("Repair.Skills.Super.Chance", superRepairChance) + (isLucky ? LocaleLoader.getString("Perks.Lucky.Bonus", superRepairChanceLucky) : ""));
}
if (canArcaneForge) {