string changes

This commit is contained in:
Kovid Goyal 2024-11-05 17:11:04 +05:30
parent eb6d2d8636
commit 3e957aa58b
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -500,7 +500,7 @@ class ConfigDialog(Dialog):
l.addLayout(h)
h.addWidget(b), h.addStretch(10), h.addWidget(self.bb)
self.restore_defaults_button = b = self.bb.addButton(_('Restore &defaults'), QDialogButtonBox.ButtonRole.ActionRole)
b.setToolTip(_('Restore all Read aloud settings ot their defaults'))
b.setToolTip(_('Restore all Read aloud settings to their defaults'))
b.clicked.connect(self.restore_defaults)
self.initial_engine_choice = ec.value
self.set_engine(self.initial_engine_choice)