From 5cca273dddbbf9295b9761dee3bc3f6b2669f94f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 7 Jan 2025 17:25:20 +0530 Subject: [PATCH] string changes --- src/calibre/gui2/tweak_book/spell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/tweak_book/spell.py b/src/calibre/gui2/tweak_book/spell.py index 847c516bb6..d60a854402 100644 --- a/src/calibre/gui2/tweak_book/spell.py +++ b/src/calibre/gui2/tweak_book/spell.py @@ -1160,7 +1160,7 @@ class SpellCheck(Dialog): b.clicked.connect(self.change_excluded_files) self.update_exclude_button() b = self.save_words_button = self.bb.addButton(_('&Save words'), QDialogButtonBox.ButtonRole.ActionRole) - b.setToolTip('

' + _('Save the curretly displayed list of words in a CSV file')) + b.setToolTip('

' + _('Save the currently displayed list of words in a CSV file')) b.setIcon(QIcon.ic('save.png')) b.clicked.connect(self.save_words)