aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Cao <70191398+ryanccn@users.noreply.github.com>2022-10-31 14:44:11 +0800
committerGitHub <noreply@github.com>2022-10-31 14:44:11 +0800
commit27dfe30fe61055de5591d60c43351c7b2ca22668 (patch)
tree4e0d4b5198a8e54d00fc4181012512ae408cf651
parent19a8d51bf3567950db77d6bc05b16373fd1a0a1d (diff)
downloadPrismLauncher-27dfe30fe61055de5591d60c43351c7b2ca22668.tar.gz
PrismLauncher-27dfe30fe61055de5591d60c43351c7b2ca22668.tar.bz2
PrismLauncher-27dfe30fe61055de5591d60c43351c7b2ca22668.zip
Update VerifyJavaInstall.cpp
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
-rw-r--r--launcher/minecraft/launch/VerifyJavaInstall.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/launch/VerifyJavaInstall.cpp b/launcher/minecraft/launch/VerifyJavaInstall.cpp
index 43f118f4..89ece6e5 100644
--- a/launcher/minecraft/launch/VerifyJavaInstall.cpp
+++ b/launcher/minecraft/launch/VerifyJavaInstall.cpp
@@ -71,7 +71,7 @@ void VerifyJavaInstall::executeTask() {
{
emit logLine(tr("Java version %1").arg(major), MessageLevel::Error);
}
- emit logLine(tr("If you are sure your version will work, go to instance settings and check \"Skip Java compatibility checks\"."), MessageLevel::Error);
+ emit logLine(tr(""Go to instance Java settings to change your Java version or disable the Java compatibility check if you know what you're doing."), MessageLevel::Error);
emitFailed(QString("Incompatible Java major version"));
}