src/eric7/Plugins/CheckerPlugins/CodeStyleChecker/Imports/translations.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
--- 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}'"

eric ide

mercurial