aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/setupwizard/JavaWizardPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'launcher/ui/setupwizard/JavaWizardPage.cpp')
-rw-r--r--launcher/ui/setupwizard/JavaWizardPage.cpp2
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();
}