mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
925bd06a1b
commit
5cca273ddd
@ -1160,7 +1160,7 @@ class SpellCheck(Dialog):
|
|||||||
b.clicked.connect(self.change_excluded_files)
|
b.clicked.connect(self.change_excluded_files)
|
||||||
self.update_exclude_button()
|
self.update_exclude_button()
|
||||||
b = self.save_words_button = self.bb.addButton(_('&Save words'), QDialogButtonBox.ButtonRole.ActionRole)
|
b = self.save_words_button = self.bb.addButton(_('&Save words'), QDialogButtonBox.ButtonRole.ActionRole)
|
||||||
b.setToolTip('<p>' + _('Save the curretly displayed list of words in a CSV file'))
|
b.setToolTip('<p>' + _('Save the currently displayed list of words in a CSV file'))
|
||||||
b.setIcon(QIcon.ic('save.png'))
|
b.setIcon(QIcon.ic('save.png'))
|
||||||
b.clicked.connect(self.save_words)
|
b.clicked.connect(self.save_words)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user