Merge branch 'release'
This commit is contained in:
@@ -62,12 +62,12 @@ class GuiDictionaries(NNonBlockingDialog):
|
|||||||
self.setMinimumHeight(300)
|
self.setMinimumHeight(300)
|
||||||
|
|
||||||
# Hunspell Dictionaries
|
# Hunspell Dictionaries
|
||||||
foUrl = "https://www.freeoffice.com/en/download/dictionaries"
|
|
||||||
loUrl = "https://extensions.libreoffice.org"
|
loUrl = "https://extensions.libreoffice.org"
|
||||||
|
ooUrl = "https://extensions.openoffice.org"
|
||||||
self.huInfo = QLabel("<br>".join([
|
self.huInfo = QLabel("<br>".join([
|
||||||
self.tr("Download a dictionary from one of the links, and add it below."),
|
self.tr("Download a dictionary from one of the links, and add it below."),
|
||||||
f" \u203a <a href='{foUrl}'>{foUrl}</a>",
|
|
||||||
f" \u203a <a href='{loUrl}'>{loUrl}</a>",
|
f" \u203a <a href='{loUrl}'>{loUrl}</a>",
|
||||||
|
f" \u203a <a href='{ooUrl}'>{ooUrl}</a>",
|
||||||
]), self)
|
]), self)
|
||||||
self.huInfo.setOpenExternalLinks(True)
|
self.huInfo.setOpenExternalLinks(True)
|
||||||
self.huInfo.setWordWrap(True)
|
self.huInfo.setWordWrap(True)
|
||||||
|
|||||||
Reference in New Issue
Block a user