summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunfighterJ <joseph.jenniges@gmail.com>2013-02-09 16:27:54 -0600
committerGunfighterJ <joseph.jenniges@gmail.com>2013-02-09 16:27:54 -0600
commit2b08440d6856b5137992c1a501ca2ee791d6beec (patch)
tree9a3fae4b713995eefe27bbbd96a30c7d08ce290a
parent8af3733971e25008512fe249c79c7eb27d9c5606 (diff)
downloadEssentials-2b08440d6856b5137992c1a501ca2ee791d6beec.tar
Essentials-2b08440d6856b5137992c1a501ca2ee791d6beec.tar.gz
Essentials-2b08440d6856b5137992c1a501ca2ee791d6beec.tar.lz
Essentials-2b08440d6856b5137992c1a501ca2ee791d6beec.tar.xz
Essentials-2b08440d6856b5137992c1a501ca2ee791d6beec.zip
Proper TL
-rw-r--r--Essentials/src/com/earth2me/essentials/commands/Commandpotion.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/com/earth2me/essentials/commands/Commandpotion.java b/Essentials/src/com/earth2me/essentials/commands/Commandpotion.java
index ff246ba59..3aba02a05 100644
--- a/Essentials/src/com/earth2me/essentials/commands/Commandpotion.java
+++ b/Essentials/src/com/earth2me/essentials/commands/Commandpotion.java
@@ -77,7 +77,7 @@ public class Commandpotion extends EssentialsCommand
}
else
{
- user.sendMessage("invalidPotion");
+ user.sendMessage(_("invalidPotion"));
throw new NotEnoughArgumentsException();
}
}