diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-21 14:21:06 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-22 20:11:15 +0100 |
commit | a5fc640f2cb0ca772efdf93f400084d33f6383d4 (patch) | |
tree | 1069506bd9510d1acb5c661cac4b18263114aed7 /launcher/ui/setupwizard/JavaWizardPage.cpp | |
parent | 0a4a3fece57a68b2df6c5c0da8d990b1f981816c (diff) | |
download | PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.tar.gz PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.tar.bz2 PrismLauncher-a5fc640f2cb0ca772efdf93f400084d33f6383d4.zip |
Merge pull request #298 from Scrumplex/fix-i18n
Fix translatable strings
Diffstat (limited to 'launcher/ui/setupwizard/JavaWizardPage.cpp')
-rw-r--r-- | launcher/ui/setupwizard/JavaWizardPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/ui/setupwizard/JavaWizardPage.cpp b/launcher/ui/setupwizard/JavaWizardPage.cpp index 63b3d480..14683778 100644 --- a/launcher/ui/setupwizard/JavaWizardPage.cpp +++ b/launcher/ui/setupwizard/JavaWizardPage.cpp @@ -93,6 +93,6 @@ void JavaWizardPage::retranslate() { setTitle(tr("Java")); setSubTitle(tr("You do not have a working Java set up yet or it went missing.\n" - "Please select one of the following or browse for a java executable.")); + "Please select one of the following or browse for a Java executable.")); m_java_widget->retranslate(); } |