Skip to content

Commit

Permalink
gui_qt: Change title of key press delay config option
Browse files Browse the repository at this point in the history
  • Loading branch information
sammdot committed Sep 27, 2023
1 parent d037605 commit 97cb4ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plover/gui_qt/config_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 97cb4ed

Please sign in to comment.