aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/setupwizard
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-18 13:19:09 +0100
committerSefa Eyeoglu <contact@scrumplex.net>2022-03-19 12:29:46 +0100
commit48c2146a420d8474359cce5b507606fdb2a6988f (patch)
treec3a7fdd1c7b73483134236ccc72a1eea1b143dad /launcher/ui/setupwizard
parentabb9fa8cbd427049aadf0787d1e54065a087b032 (diff)
downloadPrismLauncher-48c2146a420d8474359cce5b507606fdb2a6988f.tar.gz
PrismLauncher-48c2146a420d8474359cce5b507606fdb2a6988f.tar.bz2
PrismLauncher-48c2146a420d8474359cce5b507606fdb2a6988f.zip
fix(i18n): fix translatable strings
Diffstat (limited to 'launcher/ui/setupwizard')
-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();
}