]> Dogcows Code - chaz/openbox/commitdiff
s/Shade/Roll up\/down/
authorDana Jansens <danakj@orodu.net>
Thu, 28 Aug 2003 19:08:49 +0000 (19:08 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 28 Aug 2003 19:08:49 +0000 (19:08 +0000)
plugins/menu/client_menu.c

index bd4adf079d59223d8a82173684934cce9bb9c684..1cbf097d080f2f61294714de130823f78f282678 100644 (file)
@@ -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, _("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.022422 seconds and 4 git commands to generate.