From 800bab2d8360bdc8928c6645ce4a29f4e9fc40ad Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 04:27:06 +0000 Subject: [PATCH] Pre-commit auto-fix --- source/globalCommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")