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(); } }