I don't really have any good reason for this.
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);
}
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);
}