mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 21:53:29 +02:00
typo
This commit is contained in:
parent
7f165f6735
commit
3c2653eb33
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ def setup_ui(self):
|
|||
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…
Reference in a new issue