Fix #2028884 [Link to LibreOffice extension repository is wrong](https://bugs.launchpad.net/calibre/+bug/2028884)

This commit is contained in:
Kovid Goyal 2023-07-28 07:31:49 +05:30
parent 9337312250
commit 928b869614
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -79,7 +79,7 @@ class AddDictionary(QDialog): # {{{
download more dictionaries from <a href="{1}">the LibreOffice extensions repository</a>. 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 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( downloaded .oxt file here to add the dictionary to {0}.''').format(
__appname__, 'https://extensions.libreoffice.org/extension-center?getCategories=Dictionary&getCompatibility=any&sort_on=positive_ratings')+'<p>') # noqa __appname__, 'https://extensions.libreoffice.org/?Tags%5B%5D=50')+'<p>') # noqa
la.setWordWrap(True) la.setWordWrap(True)
la.setOpenExternalLinks(True) la.setOpenExternalLinks(True)
la.setMinimumWidth(450) la.setMinimumWidth(450)