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
  • Loading branch information
Adriani90 committed Dec 2, 2024
1 parent def6a44 commit 6dd9269
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 6dd9269

Please sign in to comment.