9572:3b46c662a004 | 9573:9960d19d66b5 |
---|---|
67 if not ok: | 67 if not ok: |
68 EricMessageBox.critical( | 68 EricMessageBox.critical( |
69 self.editor, | 69 self.editor, |
70 self.tr("Export source"), | 70 self.tr("Export source"), |
71 self.tr( | 71 self.tr( |
72 """<p>The source could not be exported to""" """ <b>{0}</b>.</p>""" | 72 """<p>The source could not be exported to <b>{0}</b>.</p>""" |
73 ).format(filename), | 73 ).format(filename), |
74 ) | 74 ) |
75 | 75 |
76 | 76 |
77 def createExporter(editor, parent=None): | 77 def createExporter(editor, parent=None): |