Skip to content

Commit

Permalink
fix: update gedit translation mapping
Browse files Browse the repository at this point in the history
Missed during GTK4 port. Resolves crash.

Closes #54
  • Loading branch information
cheywood authored and koehlma committed Dec 8, 2023
1 parent 17923ae commit 926a915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gtkspellcheck/spellcheck.py
Expand Up @@ -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",
}

Expand Down

0 comments on commit 926a915

Please sign in to comment.