From e4c4f64789bdc4853c5470ea634b26dce75ee93f Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Mon, 25 Apr 2022 21:10:30 +0200 Subject: [PATCH] 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 151b215e..9324d4d2 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);