summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);