aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/setupwizard/JavaWizardPage.cpp
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-03-21 14:21:06 +0100
committerGitHub <noreply@github.com>2022-03-21 14:21:06 +0100
commit062fc79286fd5b9350a0041f734885f8fe29de64 (patch)
tree13201321c94624d234fee9189287aed18babd661 /launcher/ui/setupwizard/JavaWizardPage.cpp
parent2da565f5d486af6100d4b4584171c78c09a50b07 (diff)
parent7e0312493bf534ae2b4a09211f7459367dd80495 (diff)
downloadPrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.gz
PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.tar.bz2
PrismLauncher-062fc79286fd5b9350a0041f734885f8fe29de64.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.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();
}