tiling: change description

in one of the last commits i accedently just changed the title on
deletion not when we are creating the action.

fixes T4499
This commit is contained in:
Marcel Hollerbach 2017-08-14 10:13:49 +02:00
parent 430d7e0bb2
commit d9737ddba5
1 changed files with 1 additions and 1 deletions

View File

@ -1882,7 +1882,7 @@ e_modapi_init(E_Module *m)
N_("Move the focused window right"), "move_right", NULL, NULL, 0);
ACTION_ADD(_G.act_toggle_split_mode, _e_mod_action_toggle_split_mode,
N_("Toggle split mode"), "toggle_split_mode", NULL, NULL, 0);
N_("Toggle split mode for new windows."), "toggle_split_mode", NULL, NULL, 0);
ACTION_ADD(_G.act_swap_window, NULL, N_("Swap window"), "swap_window", NULL,
NULL, 0);