From: Mikael Magnusson Date: Mon, 23 Jul 2007 23:42:33 +0000 (+0200) Subject: Change the titles of the client list menus to japanese. I don't really have any good... X-Git-Tag: mikabox-3.4.4~11 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a723d6ddc34a41adc5e3017b7d8f77b255e01a37;p=mikachu%2Fopenbox.git Change the titles of the client list menus to japanese. I don't really have any good reason for this. --- diff --git a/openbox/client_list_combined_menu.c b/openbox/client_list_combined_menu.c index a7aa4158..0e051ff5 100644 --- a/openbox/client_list_combined_menu.c +++ b/openbox/client_list_combined_menu.c @@ -152,7 +152,7 @@ void client_list_combined_menu_startup(gboolean reconfig) if (!reconfig) client_add_destroy_notify(client_dest, NULL); - combined_menu = menu_new(MENU_NAME, _("Windows"), TRUE, NULL); + combined_menu = menu_new(MENU_NAME, "ウィンドウ", TRUE, NULL); menu_set_update_func(combined_menu, self_update); menu_set_execute_func(combined_menu, menu_execute); } diff --git a/openbox/client_list_menu.c b/openbox/client_list_menu.c index 3dbc6059..c6680a27 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -203,7 +203,7 @@ void client_list_menu_startup(gboolean reconfig) if (!reconfig) client_add_destroy_notify(client_dest, NULL); - menu = menu_new(MENU_NAME, _("Desktops"), TRUE, NULL); + menu = menu_new(MENU_NAME, "作業領域", FALSE, NULL); menu_set_update_func(menu, self_update); menu_set_execute_func(menu, self_execute); }