string changes

This commit is contained in:
Kovid Goyal 2025-01-07 17:25:20 +05:30
parent 925bd06a1b
commit 5cca273ddd
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1160,7 +1160,7 @@ class SpellCheck(Dialog):
b.clicked.connect(self.change_excluded_files)
self.update_exclude_button()
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.clicked.connect(self.save_words)