Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py

changeset 3022
57179e4cdadd
parent 3002
6ffc581f00f1
child 3058
0a02c433f52d
child 3160
209a07d7e401
diff -r 801289962f4e -r 57179e4cdadd Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py
--- a/Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py	Mon Oct 14 20:08:19 2013 +0200
+++ b/Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py	Tue Oct 15 18:29:32 2013 +0200
@@ -39,7 +39,8 @@
                 """eric5 Web Browser stores its bookmarks in the"""
                 """ <b>{0}</b> XML file. This file is usually located in"""
             ).format(os.path.basename(bookmarksFile)),
-            QCoreApplication.translate("XbelImporter",
+            QCoreApplication.translate(
+                "XbelImporter",
                 """Please choose the file to begin importing bookmarks."""),
             os.path.dirname(bookmarksFile),
         )
@@ -59,7 +60,8 @@
                 """Konqueror stores its bookmarks in the"""
                 """ <b>bookmarks.xml</b> XML file. This file is usually"""
                 """ located in"""),
-            QCoreApplication.translate("XbelImporter",
+            QCoreApplication.translate(
+                "XbelImporter",
                 """Please choose the file to begin importing bookmarks."""),
             standardDir,
         )

eric ide

mercurial