src/eric7/QScintilla/Exporters/ExporterBase.py

branch
eric7
changeset 9576
be9f8e7e42e0
parent 9473
3f23dbf37dbe
child 9653
e67609152c5e
equal deleted inserted replaced
9575:635b6c5a36e1 9576:be9f8e7e42e0
58 res = EricMessageBox.yesNo( 58 res = EricMessageBox.yesNo(
59 self.editor, 59 self.editor,
60 QCoreApplication.translate("Exporter", "Export source"), 60 QCoreApplication.translate("Exporter", "Export source"),
61 QCoreApplication.translate( 61 QCoreApplication.translate(
62 "Exporter", 62 "Exporter",
63 "<p>The file <b>{0}</b> already exists." " Overwrite it?</p>", 63 "<p>The file <b>{0}</b> already exists. Overwrite it?</p>",
64 ).format(fpath), 64 ).format(fpath),
65 icon=EricMessageBox.Warning, 65 icon=EricMessageBox.Warning,
66 ) 66 )
67 if not res: 67 if not res:
68 return "" 68 return ""

eric ide

mercurial