diff -r 10516539f238 -r 0a02c433f52d Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py --- a/Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py Fri Oct 18 23:00:41 2013 +0200 +++ b/Helpviewer/Bookmarks/BookmarksImporters/ChromeImporter.py Fri Nov 01 15:48:48 2013 +0100 @@ -50,7 +50,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, ) @@ -69,7 +70,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, )