added name of player to ban/kick/vote-kick/un-admin/admin confirmation dialog (#1846)

* added name of player to baning/kicking/vote-kicking/admining

* slight tweaks

* fixed redundant things
This commit is contained in:
Blockzilla101
2020-04-12 07:52:05 -07:00
committed by GitHub
parent 9e811be477
commit 501253d13a
2 changed files with 10 additions and 10 deletions

View File

@@ -198,12 +198,12 @@ server.outdated = [crimson]Outdated Server![]
server.outdated.client = [crimson]Outdated Client![]
server.version = [gray]v{0} {1}
server.custombuild = [accent]Custom Build
confirmban = Are you sure you want to ban this player?
confirmkick = Are you sure you want to kick this player?
confirmvotekick = Are you sure you want to vote-kick this player?
confirmban = Are you sure you want to ban "{0}[white]"?
confirmkick = Are you sure you want to kick "{0}[white]"?
confirmvotekick = Are you sure you want to vote-kick "{0}[white]"?
confirmunban = Are you sure you want to unban this player?
confirmadmin = Are you sure you want to make this player an admin?
confirmunadmin = Are you sure you want to remove admin status from this player?
confirmadmin = Are you sure you want to make "{0}[white]" an admin?
confirmunadmin = Are you sure you want to remove admin status from "{0}[white]"?
joingame.title = Join Game
joingame.ip = Address:
disconnect = Disconnected.