From 926a91534e68028ed7b172d6a242910bae307cf3 Mon Sep 17 00:00:00 2001 From: Chris Heywood <31988069+cheywood@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:24:28 +0545 Subject: [PATCH] fix: update gedit translation mapping Missed during GTK4 port. Resolves crash. Closes #54 --- src/gtkspellcheck/spellcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gtkspellcheck/spellcheck.py b/src/gtkspellcheck/spellcheck.py index 79eb339..f4ad5fc 100644 --- a/src/gtkspellcheck/spellcheck.py +++ b/src/gtkspellcheck/spellcheck.py @@ -65,7 +65,7 @@ class NoDictionariesFound(Exception): "Ignore All": "Ignore _All", "Suggestions": "Suggestions", "(no suggestions)": "(no suggested words)", - 'Add "{}" to Dictionary': "Add w_ord", + "Add to Dictionary": "Add w_ord", "Unknown": "Unknown", }