Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py

changeset 3022
57179e4cdadd
parent 3002
6ffc581f00f1
child 3058
0a02c433f52d
child 3160
209a07d7e401
--- a/Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py	Mon Oct 14 20:08:19 2013 +0200
+++ b/Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py	Tue Oct 15 18:29:32 2013 +0200
@@ -48,7 +48,8 @@
                 """Google Chrome stores its bookmarks in the"""
                 """ <b>Bookmarks</b> text file. This file is usually"""
                 """ located in"""),
-            QCoreApplication.translate("ChromeImporter",
+            QCoreApplication.translate(
+                "ChromeImporter",
                 """Please choose the file to begin importing bookmarks."""),
             standardDir,
         )
@@ -67,7 +68,8 @@
                 "ChromeImporter",
                 """Chromium stores its bookmarks in the <b>Bookmarks</b>"""
                 """ text file. This file is usually located in"""),
-            QCoreApplication.translate("ChromeImporter",
+            QCoreApplication.translate(
+                "ChromeImporter",
                 """Please choose the file to begin importing bookmarks."""),
             standardDir,
         )

eric ide

mercurial