overhaul of the phrases for consistency

renamed config files for adminmenu
cleaned up execcfg menu code

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401598
This commit is contained in:
David Anderson
2007-10-16 18:37:24 +00:00
parent 2b15d877aa
commit 5d72810449
24 changed files with 129 additions and 115 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ DisplayGagPlayerMenu(client)
new Handle:menu = CreateMenu(MenuHandler_GagPlayer);
decl String:title[100];
Format(title, sizeof(title), "%T:", "Gag/Mute Player", client);
Format(title, sizeof(title), "%T:", "Gag/Mute player", client);
SetMenuTitle(menu, title);
SetMenuExitBackButton(menu, true);
@@ -73,7 +73,7 @@ public AdminMenu_Gag(Handle:topmenu,
{
if (action == TopMenuAction_DisplayOption)
{
Format(buffer, maxlength, "%T", "Gag/Mute Player", param);
Format(buffer, maxlength, "%T", "Gag/Mute player", param);
}
else if (action == TopMenuAction_SelectOption)
{