bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/enlightenment/modules/presentator.git/commit/?id=41da42207dbff13043ac93d7bb2c1b041de025d6
commit 41da42207dbff13043ac93d7bb2c1b041de025d6 Author: Marcel Hollerbach <[email protected]> Date: Mon Oct 9 16:08:28 2017 +0200 mod: thats start stop not only start --- src/e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/e_mod_main.c b/src/e_mod_main.c index 5083bc4..40661d6 100644 --- a/src/e_mod_main.c +++ b/src/e_mod_main.c @@ -288,7 +288,7 @@ e_modapi_init(E_Module *m) _params, _example, _editable); \ } \ } - ACTION_ADD(start_stop, _toggle_run_mode, "Start", "Toggle key highlight mode", NULL, NULL, EINA_FALSE); + ACTION_ADD(start_stop, _toggle_run_mode, "Start/Stop", "Toggle key highlight mode", NULL, NULL, EINA_FALSE); ACTION_ADD(start_stop, _increase_fontsize, "Increase Fontsize", "Increase Fontsize", NULL, NULL, EINA_FALSE); ACTION_ADD(start_stop, _decrease_fontsize, "Decrease Fontsize", "Decrease Fontsize", NULL, NULL, EINA_FALSE); #undef ACTION_ADD --
