mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-27 06:06:13 +01:00
...
This commit is contained in:
parent
03832a6070
commit
89f093c2bb
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ def setup_ui(self):
|
|||
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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue