diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-15 13:27:24 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-03-15 13:27:24 +0000 |
| commit | 38811b695190420e04efc5a3c97f9421fe3b50d3 (patch) | |
| tree | 5cc71c29a633968c3eaede19a41097aea35c5063 /src/game/client/gc_menu.cpp | |
| parent | 41b8f4f16596df47d30707b1eedaf83836f7d4a1 (diff) | |
| download | zcatch-38811b695190420e04efc5a3c97f9421fe3b50d3.tar.gz zcatch-38811b695190420e04efc5a3c97f9421fe3b50d3.zip | |
fixed config variable bug
Diffstat (limited to 'src/game/client/gc_menu.cpp')
| -rw-r--r-- | src/game/client/gc_menu.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gc_menu.cpp b/src/game/client/gc_menu.cpp index e6a3d6c5..6ee03e17 100644 --- a/src/game/client/gc_menu.cpp +++ b/src/game/client/gc_menu.cpp @@ -1367,7 +1367,7 @@ static void menu2_render_settings_controls(RECT main_view) { "Chat:", "chat all", 0 }, { "Team Chat:", "chat team", 0 }, { "Console:", "toggle_local_console", 0 }, - { "RemoteConsole:", "toggle_remote_console", 0 }, + { "Remote Console:", "toggle_remote_console", 0 }, { "Screenshot:", "screenshot", 0 }, }; |