summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-09-06 16:33:18 +0200
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>2016-09-06 16:43:23 +0200
commit686dc747d6f6c481614fd5d0a7a1fb413da0ca5f (patch)
tree6588d1af765e7634fd1ad8073ece6676fa3ed597
parentf5e4403164bc1630d506cac0606bb5332c365f72 (diff)
downloadenlightenment-686dc747d6f6c481614fd5d0a7a1fb413da0ca5f.tar.gz
tiling: be more accurate on the description
As user reported, this could be a bit missleading. fixes T4499
-rw-r--r--src/modules/tiling/e_mod_tiling.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/tiling/e_mod_tiling.c b/src/modules/tiling/e_mod_tiling.c
index d83aa2865e..e95070f8cd 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