diff --git a/src/calibre/gui2/tweak_book/spell.py b/src/calibre/gui2/tweak_book/spell.py index 0e197931e3..97e7fc99f3 100644 --- a/src/calibre/gui2/tweak_book/spell.py +++ b/src/calibre/gui2/tweak_book/spell.py @@ -57,11 +57,11 @@ class AddDictionary(QDialog): # {{{ self.setLayout(l) self.la = la = QLabel('

' + _( - '''{0} supports the use of OpenOffice dictionaries for spell checking. You can - download more dictionaries from the OpenOffice extensions repository. + '''{0} supports the use of LibreOffice dictionaries for spell checking. You can + download more dictionaries from the LibreOffice extensions repository. 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'))+'

') + __appname__, 'http://extensions.libreoffice.org/extension-center?getCategories=Dictionary&getCompatibility=any&sort_on=positive_ratings'))+'

') # noqa la.setWordWrap(True) la.setOpenExternalLinks(True) la.setMinimumWidth(450)