Helpviewer/Bookmarks/BookmarksImporters/SafariImporter.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3145
a9de05d4a22f
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
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))

eric ide

mercurial