diff --git a/Essentials/src/com/earth2me/essentials/commands/Commanddurability.java b/Essentials/src/com/earth2me/essentials/commands/Commanddurability.java index 873f6f259..130164443 100644 --- a/Essentials/src/com/earth2me/essentials/commands/Commanddurability.java +++ b/Essentials/src/com/earth2me/essentials/commands/Commanddurability.java @@ -30,7 +30,7 @@ public class Commanddurability extends EssentialsCommand } else { - user.sendMessage(_("notATool")); + user.sendMessage(_("noDurability")); } } else diff --git a/Essentials/src/messages.properties b/Essentials/src/messages.properties index d94160ba6..2dbfbce87 100644 --- a/Essentials/src/messages.properties +++ b/Essentials/src/messages.properties @@ -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.