--- a/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py Tue Dec 06 17:35:41 2022 +0100 @@ -24,18 +24,18 @@ ), "I201": QCoreApplication.translate( "ImportsChecker", - "Import statements are in the wrong order. " "'{0}' should be before '{1}'", + "Import statements are in the wrong order. '{0}' should be before '{1}'", ), "I202": QCoreApplication.translate( - "ImportsChecker", "Imported names are in the wrong order. " "Should be '{0}'" + "ImportsChecker", "Imported names are in the wrong order. Should be '{0}'" ), "I203": QCoreApplication.translate( "ImportsChecker", - "Import statements should be combined. " "'{0}' should be combined with '{1}'", + "Import statements should be combined. '{0}' should be combined with '{1}'", ), "I204": QCoreApplication.translate( "ImportsChecker", - "The names in __all__ are in the wrong order. " "The order should be '{0}'", + "The names in __all__ are in the wrong order. The order should be '{0}'", ), "I901": QCoreApplication.translate( "ImportsChecker", "unnecessary import alias - rewrite as '{0}'"