mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-30 18:36:58 +03:00
Merge pull request #298 from Scrumplex/fix-i18n
Fix translatable strings
This commit is contained in:
parent
0a4a3fece5
commit
a5fc640f2c
27 changed files with 39 additions and 39 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue