X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient_list_combined_menu.c;h=556245df3981970e61471c1248478924d1680afa;hb=7c1a00802326a608bc1baeb67731a9ab3eda8ba6;hp=c979253f129f908d890ca2ca03bfe7d26e996fb9;hpb=c62cf92cb8baaaaef0f8f2ab7de2eb6168736f4a;p=chaz%2Fopenbox diff --git a/openbox/client_list_combined_menu.c b/openbox/client_list_combined_menu.c index c979253f..556245df 100644 --- a/openbox/client_list_combined_menu.c +++ b/openbox/client_list_combined_menu.c @@ -96,8 +96,8 @@ static gboolean self_update(ObMenuFrame *frame, gpointer data) } menu_add_separator(menu, CLIENT, _("Manage desktops")); - menu_add_normal(menu, ADD_DESKTOP, _("&Add new desktop"), NULL, TRUE); - menu_add_normal(menu, REMOVE_DESKTOP, _("&Remove last desktop"), + menu_add_normal(menu, ADD_DESKTOP, _("_Add new desktop"), NULL, TRUE); + menu_add_normal(menu, REMOVE_DESKTOP, _("_Remove last desktop"), NULL, TRUE); return TRUE; /* always show the menu */