diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 07:34:25 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2009-06-15 07:34:25 +0000 |
| commit | ab171f8f303306f5b45e2ccaa4c47404b11b0256 (patch) | |
| tree | 379a16543832b67012694d04b077b666efafd9f1 /src/game/client/components/menus.cpp | |
| parent | f9ef0293ff882b97cfe650e92fe0844c8920f4e3 (diff) | |
| download | zcatch-ab171f8f303306f5b45e2ccaa4c47404b11b0256.tar.gz zcatch-ab171f8f303306f5b45e2ccaa4c47404b11b0256.zip | |
updated localization
Diffstat (limited to 'src/game/client/components/menus.cpp')
| -rw-r--r-- | src/game/client/components/menus.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp index 932597f7..e58932bf 100644 --- a/src/game/client/components/menus.cpp +++ b/src/game/client/components/menus.cpp @@ -515,13 +515,13 @@ int MENUS::render_menubar(RECT r) ui_vsplit_l(&box, 4.0f, 0, &box); ui_vsplit_l(&box, 140.0f, &button, &box); static int server_info_button=0; - if (ui_do_button(&server_info_button, localize("Server Info"), active_page==PAGE_SERVER_INFO, &button, ui_draw_menu_tab_button, 0)) + if (ui_do_button(&server_info_button, localize("Server info"), active_page==PAGE_SERVER_INFO, &button, ui_draw_menu_tab_button, 0)) new_page = PAGE_SERVER_INFO; ui_vsplit_l(&box, 4.0f, 0, &box); ui_vsplit_l(&box, 140.0f, &button, &box); static int callvote_button=0; - if (ui_do_button(&callvote_button, localize("Call Vote"), active_page==PAGE_CALLVOTE, &button, ui_draw_menu_tab_button, 0)) + if (ui_do_button(&callvote_button, localize("Call vote"), active_page==PAGE_CALLVOTE, &button, ui_draw_menu_tab_button, 0)) new_page = PAGE_CALLVOTE; ui_vsplit_l(&box, 30.0f, 0, &box); @@ -542,7 +542,7 @@ int MENUS::render_menubar(RECT r) popup = POPUP_QUIT; ui_vsplit_r(&box, 10.0f, &box, &button); - ui_vsplit_r(&box, 120.0f, &box, &button); + ui_vsplit_r(&box, 130.0f, &box, &button); static int settings_button=0; if (ui_do_button(&settings_button, localize("Settings"), active_page==PAGE_SETTINGS, &button, ui_draw_menu_tab_button, 0)) new_page = PAGE_SETTINGS; |