mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-28 10:05:26 +02:00
Fix displaying 1 player remove as players
This commit is contained in:
@@ -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"),
|
PLOT_REMOVED_USER("$1Plot %s of which you were added to has been deleted due to owner inactivity", "Trusted"),
|
||||||
//</editor-fold>
|
//</editor-fold>
|
||||||
//<editor-fold desc="Member">
|
//<editor-fold desc="Member">
|
||||||
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"),
|
PLOT_LEFT("$2%s left the plot.", "Member"),
|
||||||
ALREADY_OWNER("$2That user is already the plot owner: %s0", "Member"),
|
ALREADY_OWNER("$2That user is already the plot owner: %s0", "Member"),
|
||||||
ALREADY_ADDED("$2That user is already added to that category: %s0", "Member"),
|
ALREADY_ADDED("$2That user is already added to that category: %s0", "Member"),
|
||||||
|
Reference in New Issue
Block a user