diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Captions.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Captions.java index 239de4e59..000555a1b 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Captions.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/config/Captions.java @@ -569,7 +569,7 @@ public enum Captions { PLOT_REMOVED_USER("$1Plot %s of which you were added to has been deleted due to owner inactivity", "Trusted"), // // - REMOVED_PLAYERS("$2Removed %s players from this plot.", "Member"), + REMOVED_PLAYERS("$2Removed %s player(s) from this plot.", "Member"), PLOT_LEFT("$2%s left the plot.", "Member"), ALREADY_OWNER("$2That user is already the plot owner: %s0", "Member"), ALREADY_ADDED("$2That user is already added to that category: %s0", "Member"),