src/eric7/Project/Project.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9552
68ed8b69ce93
child 9603
4c17d54de9a3
diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/Project/Project.py
--- a/src/eric7/Project/Project.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Project/Project.py	Tue Dec 06 17:35:41 2022 +0100
@@ -179,7 +179,7 @@
 
         self.__dbgFilters = {
             "Python3": self.tr(
-                "Python3 Files (*.py *.py3);;" "Python3 GUI Files (*.pyw *.pyw3);;"
+                "Python3 Files (*.py *.py3);;Python3 GUI Files (*.pyw *.pyw3);;"
             ),
         }
 
@@ -1055,7 +1055,7 @@
                     self.ui,
                     self.tr("Read Project File"),
                     self.tr(
-                        "<p>The project file <b>{0}</b> could not be read." "</p>"
+                        "<p>The project file <b>{0}</b> could not be read.</p>"
                     ).format(fn),
                 )
                 res = False
@@ -1338,7 +1338,7 @@
                         self.ui,
                         self.tr("Read Tasks"),
                         self.tr(
-                            "<p>The tasks file <b>{0}</b> could not be read." "</p>"
+                            "<p>The tasks file <b>{0}</b> could not be read.</p>"
                         ).format(fn),
                     )
 
@@ -3155,7 +3155,7 @@
                                         res, vcs_ok = QInputDialog.getItem(
                                             None,
                                             self.tr("New Project"),
-                                            self.tr("Select Version Control" " System"),
+                                            self.tr("Select Version Control System"),
                                             vcsList,
                                             0,
                                             False,
@@ -6364,7 +6364,7 @@
                 EricPixmapCache.getPixmap("pluginArchive48"),
                 self.tr("Create Plugin Archive"),
                 self.tr(
-                    "<p>The eric plugin archive files were " "created successfully.</p>"
+                    "<p>The eric plugin archive files were created successfully.</p>"
                 ),
             )
 

eric ide

mercurial