From 89f093c2bb9cd00ff8d9ef393ed5fd4ac0bcbca5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Apr 2014 09:53:42 +0530 Subject: [PATCH] ... --- 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 8c5d611aa6..2d5f05ae41 100644 --- a/src/calibre/gui2/tweak_book/spell.py +++ b/src/calibre/gui2/tweak_book/spell.py @@ -534,7 +534,7 @@ class SpellCheck(Dialog): l.addStrut(250) h.addLayout(l) l.addWidget(b), l.addSpacing(20) - self.add_button = b = QPushButton(_('&Add word to dictionary:')) + self.add_button = b = QPushButton(_('&Add word to user dictionary:')) b.add_text, b.remove_text = unicode(b.text()), _('&Remove word from user dictionaries') b.clicked.connect(self.add_remove) self.user_dictionaries = d = QComboBox(self)