summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-25 01:36:20 +0000
committerDana Jansens <danakj@orodu.net>2007-04-25 01:36:20 +0000
commit4717b9870c48683dc1b0e862ab2a64886ec26378 (patch)
treedf7745f661db3c0bac12d43498d6fea395c72a1b
parent5d5be2ba2a6e0b3886e0076475ed9d7a2d4ac9ab (diff)
change resize binding
-rw-r--r--openbox/client_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client_menu.c b/openbox/client_menu.c
index fc88025c..d8ac8e0b 100644
--- a/openbox/client_menu.c
+++ b/openbox/client_menu.c
@@ -241,7 +241,7 @@ void client_menu_startup()
acts = g_slist_prepend(NULL, action_from_string
("Resize", OB_USER_ACTION_MENU_SELECTION));
- menu_add_normal(menu, CLIENT_RESIZE, _("&Resize"), acts);
+ menu_add_normal(menu, CLIENT_RESIZE, _("Resi&ze"), acts);
menu_add_separator(menu, -1, NULL);