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
commitb2a0166c46e4097eecd42bcfd15aa6312280af95 (patch)
tree135bf1e1d7393f1828cfe2724daf7854f350ab5d
parent03b115d4c3864254550cccd6b6a81ba917e5450c (diff)
downloadEssentials-b2a0166c46e4097eecd42bcfd15aa6312280af95.tar
Essentials-b2a0166c46e4097eecd42bcfd15aa6312280af95.tar.gz
Essentials-b2a0166c46e4097eecd42bcfd15aa6312280af95.tar.lz
Essentials-b2a0166c46e4097eecd42bcfd15aa6312280af95.tar.xz
Essentials-b2a0166c46e4097eecd42bcfd15aa6312280af95.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();
}
}