GH-1788 fix missing translation strings
This commit is contained in:
parent
98e17998fe
commit
ba38991c13
6 changed files with 21 additions and 40 deletions
|
@ -50,7 +50,7 @@ void SetupWizard::retranslate()
|
|||
setButtonText(QWizard::BackButton, tr("< &Back"));
|
||||
setButtonText(QWizard::FinishButton, tr("&Finish"));
|
||||
setButtonText(QWizard::CustomButton1, tr("&Refresh"));
|
||||
setWindowTitle(QApplication::translate("SetupWizard", "MultiMC Quick Setup", Q_NULLPTR));
|
||||
setWindowTitle(tr("SetupWizard", "MultiMC Quick Setup", Q_NULLPTR));
|
||||
}
|
||||
|
||||
BaseWizardPage * SetupWizard::getBasePage(int id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue