From 6674cf99a652d08298bc62dd46bba52f95ff3954 Mon Sep 17 00:00:00 2001
From: Veronica Berglyd Olsen <1619840+vkbo@users.noreply.github.com>
Date: Wed, 15 Jan 2025 20:28:53 +0100
Subject: [PATCH] Update spell check dictionary download links
---
novelwriter/tools/dictionaries.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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)