From: Mikael Magnusson Date: Mon, 23 Jul 2007 23:42:33 +0000 (+0200) Subject: Change the titles of the client list menus to japanese. X-Git-Tag: mikabox-3.4.3~11 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=90dd8244f637184c43f03370d3d461ff7c5a69e9;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 77c250fe..c2fc0238 100644 --- a/openbox/client_list_combined_menu.c +++ b/openbox/client_list_combined_menu.c @@ -146,7 +146,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 f4511c7b..adc8bb21 100644 --- a/openbox/client_list_menu.c +++ b/openbox/client_list_menu.c @@ -199,7 +199,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); }