From 2f0bf971629bd502cc7c0955e6c987e85a00212b Mon Sep 17 00:00:00 2001 From: NotMyFault Date: Sun, 9 Feb 2020 01:12:32 +0100 Subject: [PATCH] Fix displaying 1 player remove as players --- .../intellectualsites/plotsquared/plot/config/Captions.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"),