diff --git a/src/com/massivecraft/massivecore/Lang.java b/src/com/massivecraft/massivecore/Lang.java index cc143596..0e4a92c4 100644 --- a/src/com/massivecraft/massivecore/Lang.java +++ b/src/com/massivecraft/massivecore/Lang.java @@ -10,7 +10,7 @@ public class Lang public static final String COMMAND_TOO_FEW_ARGS = "Not enough command input. You should use it like this:"; public static final String COMMAND_TOO_MANY_ARGS = "Too much command input %s."; public static final String COMMAND_TOO_MANY_ARGS2 = "You should use the command like this:"; - public static final String COMMAND_NO_SUCH_SUB = "The server couldn't find the command \"%s\"."; + public static final String COMMAND_NO_SUCH_SUB = "Couldn't find the command %s"; public static final String COMMAND_SUGGEST_SUB = "Maybe you could try %s"; public static final String COMMAND_GET_HELP = "Use %s to see commands."; }