diff -r 635b6c5a36e1 -r be9f8e7e42e0 src/eric7/QScintilla/Exporters/ExporterBase.py --- a/src/eric7/QScintilla/Exporters/ExporterBase.py Tue Dec 06 16:57:54 2022 +0100 +++ b/src/eric7/QScintilla/Exporters/ExporterBase.py Tue Dec 06 17:35:41 2022 +0100 @@ -60,7 +60,7 @@ QCoreApplication.translate("Exporter", "Export source"), QCoreApplication.translate( "Exporter", - "<p>The file <b>{0}</b> already exists." " Overwrite it?</p>", + "<p>The file <b>{0}</b> already exists. Overwrite it?</p>", ).format(fpath), icon=EricMessageBox.Warning, )