summaryrefslogtreecommitdiffstats
path: root/application/setupwizard/LanguageWizardPage.cpp
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-01-17 21:17:36 +0100
committerPetr Mrázek <peterix@gmail.com>2017-01-17 21:17:36 +0100
commitba38991c131d51709a7dd11e29444f3136af0e72 (patch)
tree37dbfec7ba19078d7b21729f5e29a4f18867b03b /application/setupwizard/LanguageWizardPage.cpp
parent98e17998fe4dd541143de3e1bbc4b267aadb383b (diff)
downloadMultiMC-ba38991c131d51709a7dd11e29444f3136af0e72.tar
MultiMC-ba38991c131d51709a7dd11e29444f3136af0e72.tar.gz
MultiMC-ba38991c131d51709a7dd11e29444f3136af0e72.tar.lz
MultiMC-ba38991c131d51709a7dd11e29444f3136af0e72.tar.xz
MultiMC-ba38991c131d51709a7dd11e29444f3136af0e72.zip
GH-1788 fix missing translation strings
Diffstat (limited to 'application/setupwizard/LanguageWizardPage.cpp')
-rw-r--r--application/setupwizard/LanguageWizardPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/setupwizard/LanguageWizardPage.cpp b/application/setupwizard/LanguageWizardPage.cpp
index cf427a0d..0613938d 100644
--- a/application/setupwizard/LanguageWizardPage.cpp
+++ b/application/setupwizard/LanguageWizardPage.cpp
@@ -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)