options_behavior: better named option to enable/disable typing sounds

This commit is contained in:
Boris Faure 2022-04-25 21:10:30 +02:00
parent 85cbd7b32a
commit e4c4f64789
Signed by: borisfaure
GPG Key ID: EAA9CD729F522998
1 changed files with 1 additions and 1 deletions

View File

@ -392,7 +392,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
_add_cursors_option(bx, ctx); _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) if (!multisense_available)
{ {
lbl = elm_label_add(bx); lbl = elm_label_add(bx);