diff --git a/source/globalCommands.py b/source/globalCommands.py index f6fa3e0d78b..2c5bd5402a6 100755 --- a/source/globalCommands.py +++ b/source/globalCommands.py @@ -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")