From 66caac0bbc3e213f9149d611e927b8a77fbfc38a Mon Sep 17 00:00:00 2001 From: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Date: Fri, 8 Apr 2022 11:16:00 +0200 Subject: [PATCH] Update launcher/JavaCommon.cpp Co-authored-by: Sefa Eyeoglu --- launcher/JavaCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/JavaCommon.cpp b/launcher/JavaCommon.cpp index e12f24aa..17278d86 100644 --- a/launcher/JavaCommon.cpp +++ b/launcher/JavaCommon.cpp @@ -20,7 +20,7 @@ bool JavaCommon::checkJVMArgs(QString jvmargs, QWidget *parent) // block lunacy with passing required version to the JVM if (jvmargs.contains(QRegExp("-version:.*"))) { auto warnStr = QObject::tr( - "You tried to pass required java version argument to the JVM (using \"-version:xxx\"). This is not safe and will not be allowed.\n" + "You tried to pass required Java version argument to the JVM (using \"-version:xxx\"). This is not safe and will not be allowed.\n" "This message will be displayed until you remove this from the JVM arguments."); CustomMessageBox::selectable( parent, QObject::tr("JVM arguments warning"),