mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
typo
This commit is contained in:
parent
7f165f6735
commit
3c2653eb33
@ -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(_(
|
||||
|
Loading…
x
Reference in New Issue
Block a user