Changing action description to the correct parameters.
authorLuis Felipe Strano Moraes <lfelipe@profusion.mobi>
Fri, 8 Oct 2010 13:32:08 +0000 (13:32 +0000)
committerLuis Felipe Strano Moraes <lfelipe@profusion.mobi>
Fri, 8 Oct 2010 13:32:08 +0000 (13:32 +0000)
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

index 8d7558a..fdd0846 100644 (file)
@@ -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);