diff -r 801289962f4e -r 57179e4cdadd Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py --- 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, )