47 QCoreApplication.translate( |
47 QCoreApplication.translate( |
48 "SafariImporter", |
48 "SafariImporter", |
49 """Apple Safari stores its bookmarks in the""" |
49 """Apple Safari stores its bookmarks in the""" |
50 """ <b>Bookmarks.plist</b> file. This file is usually""" |
50 """ <b>Bookmarks.plist</b> file. This file is usually""" |
51 """ located in"""), |
51 """ located in"""), |
52 QCoreApplication.translate("SafariImporter", |
52 QCoreApplication.translate( |
|
53 "SafariImporter", |
53 """Please choose the file to begin importing bookmarks."""), |
54 """Please choose the file to begin importing bookmarks."""), |
54 standardDir, |
55 standardDir, |
55 ) |
56 ) |
56 else: |
57 else: |
57 raise ValueError("Unsupported browser ID given ({0}).".format(id)) |
58 raise ValueError("Unsupported browser ID given ({0}).".format(id)) |