mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-11 09:13:57 -04:00
Fix #2028884 [Link to LibreOffice extension repository is wrong](https://bugs.launchpad.net/calibre/+bug/2028884)
This commit is contained in:
parent
9337312250
commit
928b869614
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user