s/Shade/Roll up\/down/
This commit is contained in:
parent
7a48ef1f54
commit
5baa7c802a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue