mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-02 03:16:58 +03:00
GH-1788 missed one call wrong call... this is the fix.
This commit is contained in:
parent
ba38991c13
commit
85320777c6
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ void SetupWizard::retranslate()
|
|||
setButtonText(QWizard::BackButton, tr("< &Back"));
|
||||
setButtonText(QWizard::FinishButton, tr("&Finish"));
|
||||
setButtonText(QWizard::CustomButton1, tr("&Refresh"));
|
||||
setWindowTitle(tr("SetupWizard", "MultiMC Quick Setup", Q_NULLPTR));
|
||||
setWindowTitle(tr("MultiMC Quick Setup"));
|
||||
}
|
||||
|
||||
BaseWizardPage * SetupWizard::getBasePage(int id)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue