]> Dogcows Code - chaz/openbox/blobdiff - plugins/menu/client_menu.c
s/Shade/Roll up\/down/
[chaz/openbox] / plugins / menu / client_menu.c
index 55dbacf1716fc66811de60a979cdbc1e0cc11c73..1cbf097d080f2f61294714de130823f78f282678 100644 (file)
@@ -90,7 +90,7 @@ static void layer_update(ObMenuFrame *frame, gpointer data)
     e->data.normal.enabled = !frame->client->above;
 
     e = menu_find_entry_id(menu, LAYER_NORMAL);
-    e->data.normal.enabled = !(frame->client->above || frame->client->below);
+    e->data.normal.enabled = (frame->client->above || frame->client->below);
 
     e = menu_find_entry_id(menu, LAYER_BOTTOM);
     e->data.normal.enabled = !frame->client->below;
@@ -175,7 +175,7 @@ void plugin_startup()
     menu_add_normal(CLIENT_MENU_NAME, CLIENT_LOWER, _("Lower to bottom"),acts);
 
     acts = g_slist_prepend(NULL, action_from_string("ToggleShade"));
-    menu_add_normal(CLIENT_MENU_NAME, CLIENT_SHADE, _("(Un)Shade"), acts);
+    menu_add_normal(CLIENT_MENU_NAME, CLIENT_SHADE, _("Roll up/down"), acts);
 
     acts = g_slist_prepend(NULL, action_from_string("ToggleDecorations"));
     menu_add_normal(CLIENT_MENU_NAME, CLIENT_DECORATE, _("Decorate"), acts);
This page took 0.021101 seconds and 4 git commands to generate.