diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index f560e126..b14bdc62 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -1281,8 +1281,8 @@ void ShortcutSettingsPage::retranslateUi() currentShortcutLabel->setText(tr("Shortcut:")); editTextBox->retranslateUi(); faqLabel->setText(QString("%2").arg(WIKI_CUSTOM_SHORTCUTS).arg(tr("How to set custom shortcuts"))); - btnResetAll->setText("Restore all default shortcuts"); - btnClearAll->setText("Clear all shortcuts"); + btnResetAll->setText(tr("Restore all default shortcuts")); + btnClearAll->setText(tr("Clear all shortcuts")); } DlgSettings::DlgSettings(QWidget *parent) : QDialog(parent)