small fix

This commit is contained in:
Felix Geyer 2004-08-01 22:34:04 +00:00
parent d2576d3801
commit 296208dcb9
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
[english]
[en]
LANG_NOT_EXISTS = The language does not exist
PERSO_LANG = Personal Language
LANG_MENU = Language Menu
SERVER_LANG = Server Language
SAVE_LANG = Save Language
SET_LANG_USER = The server language has been set to "%s"
SET_LANG_SERVER = The server language has been set to "%s"
SET_LANG_USER = Your language has been set to "%s"

View File

@ -153,7 +153,7 @@ public actionMenu(id,key) {
set_vaultdata("server_language",sLang)
set_cvar_string("amxx_language",sLang)
g_serverLang = g_menuLang[id][1]
client_print(id,print_chat,"%L",id,"SET_LANG_USER",sLang)
client_print(id,print_chat,"%L",id,"SET_LANG_SERVER",sLang)
}
if ( ( isAdmin && (key==2) ) || ( !isAdmin && (key==1) ) ) {