diff --git a/novelwriter/tools/dictionaries.py b/novelwriter/tools/dictionaries.py index eb22ff38..91163a7e 100644 --- a/novelwriter/tools/dictionaries.py +++ b/novelwriter/tools/dictionaries.py @@ -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("
".join([ self.tr("Download a dictionary from one of the links, and add it below."), - f" \u203a {foUrl}", f" \u203a {loUrl}", + f" \u203a {ooUrl}", ]), self) self.huInfo.setOpenExternalLinks(True) self.huInfo.setWordWrap(True)