This commit is contained in:
kukelekuuk00 2012-06-10 14:19:03 +02:00
parent 63680b4911
commit 62812e1e3a
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ public class Commanddurability extends EssentialsCommand
}
else
{
user.sendMessage(_("notATool"));
user.sendMessage(_("noDurability"));
}
}
else

View file

@ -229,6 +229,7 @@ noAccessCommand=\u00a7cYou do not have access to that command.
noAccessPermission=\u00a7cYou do not have permission to access that {0}.
noBreakBedrock=You are not allowed to destroy bedrock.
noDestroyPermission=\u00a7cYou do not have permission to destroy that {0}.
noDurability=\u00a7cThis item does not have a durability.
noGodWorldWarning=\u00a7cWarning! God mode in this world disabled.
noHelpFound=\u00a7cNo matching commands.
noHomeSet=You have not set a home.
@ -248,7 +249,6 @@ noWarpsDefined=No warps defined
none=none
notAllowedToQuestion=\u00a7cYou are not authorized to use question.
notAllowedToShout=\u00a7cYou are not authorized to shout.
notATool=\u00a7cThis item is not a tool.
notEnoughExperience=You do not have enough experience.
notEnoughMoney=You do not have sufficient funds.
notRecommendedBukkit= * ! * Bukkit version is not the recommended build for Essentials.