diff options
author | Ryan Cao <70191398+ryanccn@users.noreply.github.com> | 2022-10-31 14:58:38 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-31 14:58:38 +0800 |
commit | 8467daa0ec71544b86fadae5bbaca9818f21254e (patch) | |
tree | 985fbaf9887977509caa3813969aa2855c3830ab /launcher/minecraft/launch/VerifyJavaInstall.cpp | |
parent | 27dfe30fe61055de5591d60c43351c7b2ca22668 (diff) | |
download | PrismLauncher-8467daa0ec71544b86fadae5bbaca9818f21254e.tar.gz PrismLauncher-8467daa0ec71544b86fadae5bbaca9818f21254e.tar.bz2 PrismLauncher-8467daa0ec71544b86fadae5bbaca9818f21254e.zip |
oop
Signed-off-by: Ryan Cao <70191398+ryanccn@users.noreply.github.com>
Diffstat (limited to 'launcher/minecraft/launch/VerifyJavaInstall.cpp')
-rw-r--r-- | launcher/minecraft/launch/VerifyJavaInstall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/minecraft/launch/VerifyJavaInstall.cpp b/launcher/minecraft/launch/VerifyJavaInstall.cpp index 89ece6e5..6ae666b4 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(""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); + 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")); } |