Skip to content

Commit

Permalink
Pre-commit auto-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Dec 5, 2024
1 parent c6fc113 commit 800bab2
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 @@ -189,7 +189,7 @@ def script_toggleInputHelp(self, gesture):
inputCore.manager.isInputHelpActive = not inputCore.manager.isInputHelpActive
# Translators: This will be presented when the input help is toggled.
stateOn = _("input help on. Press {gestureKeys} again to turn it off.").format(
gestureKeys=gesture.displayName
gestureKeys=gesture.displayName,
)
# Translators: This will be presented when the input help is toggled.
stateOff = _("input help off")
Expand Down

0 comments on commit 800bab2

Please sign in to comment.