mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change dictionary download site to LibreOffice
The OpenOffice extensions download site is currently broken.
This commit is contained in:
parent
7fafdfcd9f
commit
f37b91ad49
@ -57,11 +57,11 @@ class AddDictionary(QDialog): # {{{
|
||||
self.setLayout(l)
|
||||
|
||||
self.la = la = QLabel('<p>' + _(
|
||||
'''{0} supports the use of OpenOffice dictionaries for spell checking. You can
|
||||
download more dictionaries from <a href="{1}">the OpenOffice extensions repository</a>.
|
||||
'''{0} supports the use of LibreOffice dictionaries for spell checking. You can
|
||||
download more dictionaries from <a href="{1}">the LibreOffice extensions repository</a>.
|
||||
The dictionary will download as an .oxt file. Simply specify the path to the
|
||||
downloaded .oxt file here to add the dictionary to {0}.'''.format(
|
||||
__appname__, 'http://extensions.openoffice.org'))+'<p>')
|
||||
__appname__, 'http://extensions.libreoffice.org/extension-center?getCategories=Dictionary&getCompatibility=any&sort_on=positive_ratings'))+'<p>') # noqa
|
||||
la.setWordWrap(True)
|
||||
la.setOpenExternalLinks(True)
|
||||
la.setMinimumWidth(450)
|
||||
|
Loading…
x
Reference in New Issue
Block a user