From 3c2653eb33604217cb7f17730b7d6f39618bc68c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 18 Sep 2019 14:11:59 +0530 Subject: [PATCH] typo --- 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 858c35370b..8ceb3017c9 100644 --- a/src/calibre/gui2/tweak_book/spell.py +++ b/src/calibre/gui2/tweak_book/spell.py @@ -447,7 +447,7 @@ class ManageDictionaries(Dialog): # {{{ b = self.bb.addButton(_('Manage &user dictionaries'), self.bb.ActionRole) b.setIcon(QIcon(I('user_profile.png'))) b.setToolTip(_( - 'Mange the list of user dictionaries (dictionaries to which you can add words)')) + 'Manage the list of user dictionaries (dictionaries to which you can add words)')) b.clicked.connect(self.manage_user_dictionaries) b = self.bb.addButton(_('&Add dictionary'), self.bb.ActionRole) b.setToolTip(_(