From 928b8696146052bccc182347b21792424fe2751d Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 28 Jul 2023 07:31:49 +0530 Subject: [PATCH] Fix #2028884 [Link to LibreOffice extension repository is wrong](https://bugs.launchpad.net/calibre/+bug/2028884) --- src/calibre/gui2/tweak_book/spell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/spell.py b/src/calibre/gui2/tweak_book/spell.py index 86987e5fc4..544efd1379 100644 --- a/src/calibre/gui2/tweak_book/spell.py +++ b/src/calibre/gui2/tweak_book/spell.py @@ -79,7 +79,7 @@ class AddDictionary(QDialog): # {{{ 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__, 'https://extensions.libreoffice.org/extension-center?getCategories=Dictionary&getCompatibility=any&sort_on=positive_ratings')+'

') # noqa + __appname__, 'https://extensions.libreoffice.org/?Tags%5B%5D=50')+'

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