Lots of J's for Java needed to be uppercased

This commit is contained in:
Cart
2024-09-26 01:58:21 -04:00
parent 3e60713257
commit 6475dc5786
7 changed files with 12 additions and 12 deletions

View File

@ -83,6 +83,6 @@ void JavaWizardPage::retranslate()
{
setTitle(tr("Java"));
setSubTitle(
tr("Please select how much memory to allocate to instances and if Prism Launcher should manage java automatically or manually."));
tr("Please select how much memory to allocate to instances and if Prism Launcher should manage Java automatically or manually."));
m_java_widget->retranslate();
}