aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDioEgizio <83089242+DioEgizio@users.noreply.github.com>2022-04-08 08:50:32 +0200
committerGitHub <noreply@github.com>2022-04-08 08:50:32 +0200
commit3024dbcf2c84f1fcc1d3753487352b25c467a041 (patch)
treec8056a0aeb4382fd8cba2b948881a86788ba24e9
parent1811302debffb18e923871752750573092d4ed22 (diff)
downloadPrismLauncher-3024dbcf2c84f1fcc1d3753487352b25c467a041.tar.gz
PrismLauncher-3024dbcf2c84f1fcc1d3753487352b25c467a041.tar.bz2
PrismLauncher-3024dbcf2c84f1fcc1d3753487352b25c467a041.zip
Apply suggestion
Co-authored-by: Kenneth Chew <79120643+kthchew@users.noreply.github.com>
-rw-r--r--launcher/JavaCommon.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/JavaCommon.cpp b/launcher/JavaCommon.cpp
index ce16e8de..e12f24aa 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"),