From 2b08440d6856b5137992c1a501ca2ee791d6beec Mon Sep 17 00:00:00 2001 From: GunfighterJ Date: Sat, 9 Feb 2013 16:27:54 -0600 Subject: Proper TL --- Essentials/src/com/earth2me/essentials/commands/Commandpotion.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } -- cgit v1.2.3