mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-03 11:56:57 +03:00
GH-1788 fix missing translation strings
This commit is contained in:
parent
98e17998fe
commit
ba38991c13
6 changed files with 21 additions and 40 deletions
|
|
@ -57,8 +57,8 @@ bool LanguageWizardPage::isRequired()
|
|||
|
||||
void LanguageWizardPage::retranslate()
|
||||
{
|
||||
setTitle(QApplication::translate("LanguageWizardPage", "Language", Q_NULLPTR));
|
||||
setSubTitle(QApplication::translate("LanguageWizardPage", "Select the language to use in MultiMC", Q_NULLPTR));
|
||||
setTitle(tr("Language"));
|
||||
setSubTitle(tr("Select the language to use in MultiMC"));
|
||||
}
|
||||
|
||||
void LanguageWizardPage::languageRowChanged(const QModelIndex ¤t, const QModelIndex &previous)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue