all repos — openbox @ 5baa7c802a500ee30fe9719f226d88923ee6e59d

openbox fork - make it a bit more like ryudo

s/Shade/Roll up\/down/
Dana Jansens danakj@orodu.net
commit

5baa7c802a500ee30fe9719f226d88923ee6e59d

parent

7a48ef1f5453d8fa2e56a0d76fc86d559d586c40

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M plugins/menu/client_menu.cplugins/menu/client_menu.c

@@ -175,7 +175,7 @@ acts = g_slist_prepend(NULL, action_from_string("Lower"));

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);