Update spell check dictionary download links

This commit is contained in:
Veronica Berglyd Olsen
2025-01-15 20:28:53 +01:00
parent 70cca405f5
commit 6674cf99a6
+2 -2
View File
@@ -65,12 +65,12 @@ class GuiDictionaries(NNonBlockingDialog):
self.setMinimumHeight(CONFIG.pxInt(300))
# Hunspell Dictionaries
foUrl = "https://www.freeoffice.com/en/download/dictionaries"
loUrl = "https://extensions.libreoffice.org"
ooUrl = "https://extensions.openoffice.org"
self.huInfo = QLabel("<br>".join([
self.tr("Download a dictionary from one of the links, and add it below."),
f"&nbsp;\u203a <a href='{foUrl}'>{foUrl}</a>",
f"&nbsp;\u203a <a href='{loUrl}'>{loUrl}</a>",
f"&nbsp;\u203a <a href='{ooUrl}'>{ooUrl}</a>",
]), self)
self.huInfo.setOpenExternalLinks(True)
self.huInfo.setWordWrap(True)