Include missing strings for translation (#4919)

This commit is contained in:
tooomm 2023-10-19 21:58:38 +02:00 committed by GitHub
parent b3b911c64d
commit a5706a47af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1281,8 +1281,8 @@ void ShortcutSettingsPage::retranslateUi()
currentShortcutLabel->setText(tr("Shortcut:"));
editTextBox->retranslateUi();
faqLabel->setText(QString("<a href='%1'>%2</a>").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)