billiob pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=e4c4f64789bdc4853c5470ea634b26dce75ee93f
commit e4c4f64789bdc4853c5470ea634b26dce75ee93f Author: Boris Faure <bill...@gmail.com> Date: Mon Apr 25 21:10:30 2022 +0200 options_behavior: better named option to enable/disable typing sounds --- src/bin/options_behavior.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/options_behavior.c b/src/bin/options_behavior.c index 151b215..9324d4d 100644 --- a/src/bin/options_behavior.c +++ b/src/bin/options_behavior.c @@ -392,7 +392,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term) _add_cursors_option(bx, ctx); - OPTIONS_CX(_("React to key presses"), flicker_on_key, 0); + OPTIONS_CX(_("React to key presses (typing sounds and animations)"), flicker_on_key, 0); if (!multisense_available) { lbl = elm_label_add(bx); --