mirror of
https://github.com/ChestShop-authors/ChestShop-3.git
synced 2025-01-24 15:51:23 +01:00
Fix wording in of incorrect item id message
This commit is contained in:
parent
df76347697
commit
afab90d021
@ -67,7 +67,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
|
||||
|
Loading…
Reference in New Issue
Block a user