Change the titles of the client list menus to japanese.
authorMikael Magnusson <mikachu@comhem.se>
Mon, 23 Jul 2007 23:42:33 +0000 (01:42 +0200)
committerMikael Magnusson <mikachu@comhem.se>
Thu, 26 Jul 2007 19:11:08 +0000 (21:11 +0200)
I don't really have any good reason for this.

openbox/client_list_combined_menu.c
openbox/client_list_menu.c

index 77c250fe3cf4ae91a406df9de498e49ed2e72d9e..c2fc0238fad6e7c1431aa0b9bf1b4e62ebc1ef6c 100644 (file)
@@ -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);
 }
index f4511c7b1cfaece87f2a16a0416de4a31160e4c3..adc8bb21631948d73b6a2c0e643cbdc43eb229e8 100644 (file)
@@ -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);
 }