diff options
author | kukelekuuk00 <luuk3904@hotmail.com> | 2012-06-10 14:19:03 +0200 |
---|---|---|
committer | kukelekuuk00 <luuk3904@hotmail.com> | 2012-06-10 14:19:03 +0200 |
commit | 62812e1e3a406b28c506fdb6aef5334f343c8b5c (patch) | |
tree | a892329d68d99e853b67cd08d90564137cec1444 | |
parent | 63680b49111ebb38ad1c8050a353f810b29e07e6 (diff) | |
download | Essentials-62812e1e3a406b28c506fdb6aef5334f343c8b5c.tar Essentials-62812e1e3a406b28c506fdb6aef5334f343c8b5c.tar.gz Essentials-62812e1e3a406b28c506fdb6aef5334f343c8b5c.tar.lz Essentials-62812e1e3a406b28c506fdb6aef5334f343c8b5c.tar.xz Essentials-62812e1e3a406b28c506fdb6aef5334f343c8b5c.zip |
DERP #2
-rw-r--r-- | Essentials/src/com/earth2me/essentials/commands/Commanddurability.java | 2 | ||||
-rw-r--r-- | Essentials/src/messages.properties | 2 |
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. |