make punishment messages lowercase
This commit is contained in:
parent
f21576945a
commit
0825692267
|
@ -231,11 +231,11 @@ punishment.screen.SUSPENSION = You were suspended by a staff member {0}
|
|||
punishment.screen.UNKNOWN = You were issued an unknown punishment by a staff member {0}
|
||||
punishment.screen.rules = Read our server rules at {0}
|
||||
punishment.screen.appeal = or contest your punishment at {0}
|
||||
punishment.action.WARN = Warned
|
||||
punishment.action.KICK = Kicked
|
||||
punishment.action.BAN = Banned
|
||||
punishment.action.FORUM_WARN = Forum Warned
|
||||
punishment.action.FORUM_BAN = Forum Baned
|
||||
punishment.action.TOURNEY_BAN = Tourney Baned
|
||||
punishment.action.UNKNOWN = Unknown
|
||||
punishment.action.WARN = warned
|
||||
punishment.action.KICK = kicked
|
||||
punishment.action.BAN = banned
|
||||
punishment.action.FORUM_WARN = forum farned
|
||||
punishment.action.FORUM_BAN = forum banned
|
||||
punishment.action.TOURNEY_BAN = tourney banned
|
||||
punishment.action.UNKNOWN = unknown
|
||||
|
||||
|
|
Loading…
Reference in New Issue