bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d9737ddba548a87c49e9ced525de8f83d2608b97

commit d9737ddba548a87c49e9ced525de8f83d2608b97
Author: Marcel Hollerbach <[email protected]>
Date:   Mon Aug 14 10:13:49 2017 +0200

    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
---
 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 4a4a1e391..ce3d02b33 100644
--- a/src/modules/tiling/e_mod_tiling.c
+++ b/src/modules/tiling/e_mod_tiling.c
@@ -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);

-- 


Reply via email to