diff --git a/plover/gui_qt/config_window.py b/plover/gui_qt/config_window.py index 544e372ad..a200a10d4 100644 --- a/plover/gui_qt/config_window.py +++ b/plover/gui_qt/config_window.py @@ -381,7 +381,7 @@ def __init__(self, engine): '\n' 'Note: the effective value will take into account the\n' 'dictionaries entry with the maximum number of strokes.')), - ConfigOption(_('Time between key presses:'), 'time_between_key_presses', + ConfigOption(_('Key press delay (ms):'), 'time_between_key_presses', partial(IntOption, maximum=100000, minimum=MINIMUM_TIME_BETWEEN_KEY_PRESSES),