summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkukelekuuk00 <luuk3904@hotmail.com>2012-06-10 14:19:03 +0200
committerkukelekuuk00 <luuk3904@hotmail.com>2012-06-10 14:19:03 +0200
commitb777ab58c92bc9f4eee13b41f23a9c4ad0bbbb9f (patch)
tree86a28679a901e5b4ad26c26716591c9d8d4e7d66
parenta4d8d24f84ed9bec6a2c027e08a56b911d47b1ce (diff)
downloadEssentials-b777ab58c92bc9f4eee13b41f23a9c4ad0bbbb9f.tar
Essentials-b777ab58c92bc9f4eee13b41f23a9c4ad0bbbb9f.tar.gz
Essentials-b777ab58c92bc9f4eee13b41f23a9c4ad0bbbb9f.tar.lz
Essentials-b777ab58c92bc9f4eee13b41f23a9c4ad0bbbb9f.tar.xz
Essentials-b777ab58c92bc9f4eee13b41f23a9c4ad0bbbb9f.zip
DERP #2
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commanddurability.java2
-rw-r--r--Essentials/src/messages.properties2
2 files changed, 2 insertions, 2 deletions
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.