Apply suggestions from code review

Co-authored-by: seth <getchoo@tuta.io>
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com>
This commit is contained in:
Alexandru Ionut Tripon
2024-06-25 15:33:11 +03:00
committed by GitHub
parent 4e9e7212a6
commit 555c4a7c59
4 changed files with 6 additions and 6 deletions

View File

@ -56,7 +56,7 @@ void VerifyJavaInstall::executeTask()
if (javaArchitecture == "32" && maxMemAlloc > 2048) {
emit logLine(tr("Max memory allocation exceeds the supported value.\n"
"The selected java is 32-bit and doesn't support more than 2048MiB of RAM.\n"
"The selected installation of Java is 32-bit and doesn't support more than 2048MiB of RAM.\n"
"The instance may not start due to this."),
MessageLevel::Error);
}