mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
changed "Ban on" to "Ban for"
This commit is contained in:
parent
76915facd3
commit
eeaebf4d03
@ -154,7 +154,7 @@ displayBanMenu(id,pos){
|
||||
}
|
||||
|
||||
if ( g_menuSettings[id] )
|
||||
len += format(menuBody[len],511-len,"^n8. Ban on %d minutes^n" , g_menuSettings[id] )
|
||||
len += format(menuBody[len],511-len,"^n8. Ban for %d minutes^n" , g_menuSettings[id] )
|
||||
else
|
||||
len += format(menuBody[len],511-len,"^n8. Ban permanently^n" )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user