Skip to content

Commit

Permalink
Changed a message in input helm mode for speak command keys command (#…
Browse files Browse the repository at this point in the history
…17472)

fixes #17470

Summary of the issue:
Small inconsistency between user guide and input help mode

Description of user facing changes
same message which is spoken when toggling the setting, and can also be found in the user guide.

Description of development approach
Changed the coresponding message in globalCommands.py
  • Loading branch information
Adriani90 authored Dec 2, 2024
1 parent def6a44 commit 1fd469a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/globalCommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ def script_toggleSpeakTypedWords(self, gesture):

@script(
# Translators: Input help mode message for toggle speak command keys command.
description=_("Toggles on and off the speaking of typed keys, that are not specifically characters"),
description=_("Toggles on and off the speaking of command keys"),
category=SCRCAT_SPEECH,
gesture="kb:NVDA+4",
)
Expand Down

0 comments on commit 1fd469a

Please sign in to comment.