Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3145
a9de05d4a22f
--- a/Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Helpviewer/Bookmarks/BookmarksImporters/XbelImporter.py	Fri Nov 01 15:48:48 2013 +0100
@@ -41,7 +41,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),
         )
@@ -61,7 +62,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