Merge pull request #4379 from CreeperzEdge/develop

Use correct title on Java check during setup
This commit is contained in:
Petr Mrázek 2021-12-27 17:44:26 +01:00 committed by GitHub
commit b1b615e17f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -319,7 +319,7 @@ void JavaSettingsWidget::on_javaStatusBtn_clicked()
}
CustomMessageBox::selectable(
this,
failed ? QObject::tr("Java test success") : QObject::tr("Java test failure"),
failed ? QObject::tr("Java test failure") : QObject::tr("Java test success"),
text,
failed ? QMessageBox::Critical : QMessageBox::Information
)->show();