Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py

changeset 3022
57179e4cdadd
parent 3002
6ffc581f00f1
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- a/Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py	Mon Oct 14 20:08:19 2013 +0200
+++ b/Helpviewer/Bookmarks/BookmarksImporters/OperaImporter.py	Tue Oct 15 18:29:32 2013 +0200
@@ -40,10 +40,12 @@
             UI.PixmapCache.getPixmap("opera.png"),
             "Opera",
             "bookmarks.adr",
-            QCoreApplication.translate("OperaImporter",
+            QCoreApplication.translate(
+                "OperaImporter",
                 """Opera stores its bookmarks in the <b>bookmarks.adr</b> """
                 """text file. This file is usually located in"""),
-            QCoreApplication.translate("OperaImporter",
+            QCoreApplication.translate(
+                "OperaImporter",
                 """Please choose the file to begin importing bookmarks."""),
             standardDir,
         )

eric ide

mercurial