Corrected minor Grammatical mistake

found by Flashera while debugging Derius
This commit is contained in:
Benjamin 2015-01-06 23:03:20 +01:00 committed by Olof Larsson
parent f53c353981
commit 16c3a15cdc

View File

@ -7,7 +7,7 @@ public class Lang
public static final String COMMAND_SENDER_MUST_BE_PLAYER = "<b>This command can only be used by ingame players.";
public static final String COMMAND_SENDER_MUSNT_BE_PLAYER = "<b>This command can not be used by ingame players.";
public static final String COMMAND_TO_FEW_ARGS = "<b>To few arguments. <i>Use like this:";
public static final String COMMAND_TO_FEW_ARGS = "<b>Too few arguments. <i>Use like this:";
public static final String COMMAND_TO_MANY_ARGS = "<b>Strange arguments %s<b>.";
public static final String COMMAND_TO_MANY_ARGS2 = "<i>Use the command like this:";
}