Skip to content

Commit

Permalink
Fix typo in messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokkonaut committed Sep 9, 2019
1 parent 6685682 commit e27ae07
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -68,7 +68,7 @@ public class Messages {
@PrecededBySpace
public static String PLAYER_NOT_FOUND = "Player not found!";
public static String NO_PERMISSION = "You don't have permissions to do that!";
public static String INCORRECT_ITEM_ID = "You have specified invalid item id!";
public static String INCORRECT_ITEM_ID = "You have specified an invalid item id!";
public static String NOT_ENOUGH_PROTECTIONS = "Could not create a protection!";

@PrecededBySpace
Expand Down

0 comments on commit e27ae07

Please sign in to comment.