src/eric7/UI/Browser.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9482
a2bc06a54d9d
child 9576
be9f8e7e42e0
diff -r 3b46c662a004 -r 9960d19d66b5 src/eric7/UI/Browser.py
--- a/src/eric7/UI/Browser.py	Tue Dec 06 16:00:06 2022 +0100
+++ b/src/eric7/UI/Browser.py	Tue Dec 06 16:04:58 2022 +0100
@@ -587,7 +587,7 @@
                     QCoreApplication.translate("Browser", "Show Mime-Type"),
                     QCoreApplication.translate(
                         "Browser",
-                        """The mime type of the file could not be""" """ determined.""",
+                        """The mime type of the file could not be determined.""",
                     ),
                 )
             elif mimetype.split("/")[0] == "text":

eric ide

mercurial