mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 03:30:11 +00:00
Fix displaying 1 player remove as players
This commit is contained in:
parent
d0b6badf09
commit
2f0bf97162
1 changed files with 1 additions and 1 deletions
|
@ -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"),
|
||||
//</editor-fold>
|
||||
//<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"),
|
||||
ALREADY_OWNER("$2That user is already the plot owner: %s0", "Member"),
|
||||
ALREADY_ADDED("$2That user is already added to that category: %s0", "Member"),
|
||||
|
|
Loading…
Reference in a new issue