From 058f65179539f0a8773164193d0942b6eced54f6 Mon Sep 17 00:00:00 2001 From: Luis Felipe Strano Moraes Date: Fri, 8 Oct 2010 13:32:08 +0000 Subject: [PATCH] Changing action description to the correct parameters. I'd actually prefer bottom-left and bottom-right instead of down-left and down-right, but then we would also have to change up-left to top-left and so on. This change was the one that introduced minimal annoyance to people who already use this amazing push-to binding (the few people here who used evilwm should know it). SVN revision: 53186 --- src/bin/e_actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_actions.c b/src/bin/e_actions.c index 8d7558a92..fdd084655 100644 --- a/src/bin/e_actions.c +++ b/src/bin/e_actions.c @@ -2863,7 +2863,7 @@ e_actions_init(void) ACT_GO(window_push); e_action_predef_name_set(_("Window : Actions"), "Push in Direction...", "window_push", NULL, - "syntax: direction, example: up, down, left, right, up-left, up-right, bottom-left, bottom-right", 1); + "syntax: direction, example: up, down, left, right, up-left, up-right, down-left, down-right", 1); /* window_drag_icon */ ACT_GO(window_drag_icon);