--- a/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/SyntaxChecker/pyflakes/translations.py Tue Dec 06 17:35:41 2022 +0100 @@ -32,7 +32,7 @@ ), "F07B": QCoreApplication.translate( "pyFlakes", - "Local variable {0!r} (defined as a builtin)" " referenced before assignment.", + "Local variable {0!r} (defined as a builtin) referenced before assignment.", ), "F08": QCoreApplication.translate( "pyFlakes", "Duplicate argument {0!r} in function definition."