diff -r e35d2cda9a74 -r b3d966393ba9 QScintilla/Exporters/ExporterHTML.py --- a/QScintilla/Exporters/ExporterHTML.py Sat Sep 04 19:51:19 2010 +0200 +++ b/QScintilla/Exporters/ExporterHTML.py Sat Sep 04 19:51:48 2010 +0200 @@ -395,7 +395,7 @@ QApplication.restoreOverrideCursor() E5MessageBox.critical(self.editor, self.trUtf8("Export source"), - self.trUtf8(\ + self.trUtf8( """<p>The source could not be exported to <b>{0}</b>.</p>""" """<p>Reason: {1}</p>""")\ .format(filename, str(err)))