Include missing strings for translation (#4919)
This commit is contained in:
parent
b3b911c64d
commit
a5706a47af
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue