From 686dc747d6f6c481614fd5d0a7a1fb413da0ca5f Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Tue, 6 Sep 2016 16:33:18 +0200 Subject: [PATCH] tiling: be more accurate on the description As user reported, this could be a bit missleading. fixes T4499 --- src/modules/tiling/e_mod_tiling.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c index d83aa2865..e95070f8c 100644 --- a/src/modules/tiling/e_mod_tiling.c +++ b/src/modules/tiling/e_mod_tiling.c @@ -1620,7 +1620,7 @@ e_modapi_shutdown(E_Module *m EINA_UNUSED) ACTION_DEL(_G.act_move_left, "Move the focused window left", "move_left"); ACTION_DEL(_G.act_move_right, "Move the focused window right", "move_right"); - ACTION_DEL(_G.act_toggle_split_mode, "Toggle split mode", + ACTION_DEL(_G.act_toggle_split_mode, "Toggle split mode for new windows.", "toggle_split_mode"); ACTION_DEL(_G.act_swap_window, "Swap window", "swap_window"); #undef ACTION_DEL