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
This commit is contained in:
Luis Felipe Strano Moraes 2010-10-08 13:32:08 +00:00
parent bcd4dd7b7a
commit 058f651795
1 changed files with 1 additions and 1 deletions

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