GH-1788 fix missing translation strings

This commit is contained in:
Petr Mrázek
2017-01-17 21:17:36 +01:00
parent 98e17998fe
commit ba38991c13
6 changed files with 21 additions and 40 deletions

View File

@ -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 &current, const QModelIndex &previous)