QScintilla/Exporters/ExporterODT.py

changeset 3190
a9a94491c4fd
parent 3160
209a07d7e401
child 3484
645c12de6b0c
--- a/QScintilla/Exporters/ExporterODT.py	Fri Jan 10 19:30:21 2014 +0100
+++ b/QScintilla/Exporters/ExporterODT.py	Sat Jan 11 11:55:33 2014 +0100
@@ -36,7 +36,7 @@
         """
         Public method performing the export.
         """
-        filename = self._getFileName(self.trUtf8("ODT Files (*.odt)"))
+        filename = self._getFileName(self.tr("ODT Files (*.odt)"))
         if not filename:
             return
         
@@ -70,7 +70,7 @@
         if not ok:
             E5MessageBox.critical(
                 self.editor,
-                self.trUtf8("Export source"),
-                self.trUtf8(
+                self.tr("Export source"),
+                self.tr(
                     """<p>The source could not be exported to"""
                     """ <b>{0}</b>.</p>""").format(filename))

eric ide

mercurial