src/eric7/Project/ProjectOthersBrowser.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9573
9960d19d66b5
child 9653
e67609152c5e
--- a/src/eric7/Project/ProjectOthersBrowser.py	Tue Dec 06 16:57:54 2022 +0100
+++ b/src/eric7/Project/ProjectOthersBrowser.py	Tue Dec 06 17:35:41 2022 +0100
@@ -390,9 +390,7 @@
                 EricMessageBox.warning(
                     self,
                     self.tr("Show Mime-Type"),
-                    self.tr(
-                        """The mime type of the file could not be determined."""
-                    ),
+                    self.tr("""The mime type of the file could not be determined."""),
                 )
             elif mimetype.split("/")[0] == "text":
                 EricMessageBox.information(
@@ -508,7 +506,7 @@
         dlg = DeleteFilesConfirmationDialog(
             self.parent(),
             self.tr("Delete files/directories"),
-            self.tr("Do you really want to delete these entries from the" " project?"),
+            self.tr("Do you really want to delete these entries from the project?"),
             names,
         )
 

eric ide

mercurial