src/eric7/QScintilla/Exporters/ExporterODT.py

branch
eric7
changeset 9573
9960d19d66b5
parent 9487
78cb053591c9
child 9653
e67609152c5e
--- a/src/eric7/QScintilla/Exporters/ExporterODT.py	Tue Dec 06 16:00:06 2022 +0100
+++ b/src/eric7/QScintilla/Exporters/ExporterODT.py	Tue Dec 06 16:04:58 2022 +0100
@@ -69,7 +69,7 @@
                 self.editor,
                 self.tr("Export source"),
                 self.tr(
-                    """<p>The source could not be exported to""" """ <b>{0}</b>.</p>"""
+                    """<p>The source could not be exported to <b>{0}</b>.</p>"""
                 ).format(filename),
             )
 

eric ide

mercurial