Updated strings that are displayed to user

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2024-02-18 14:30:38 +02:00
parent 4aafa98852
commit b4f3a969b3
No known key found for this signature in database
GPG key ID: 55EF5DA53DB36318
19 changed files with 24 additions and 27 deletions

View file

@ -158,7 +158,7 @@ void JavaPage::on_javaDetectBtn_clicked()
if (!java->is_64bit && APPLICATION->settings()->get("MaxMemAlloc").toInt() > 2048) {
CustomMessageBox::selectable(this, tr("Confirm Selection"),
tr("You selected an x86 java version.\n"
"This means that will not support more than 2Gb(2048Mb) of ram.\n"
"This means that will not support more than 2048MiB of RAM.\n"
"Please make sure that the maximum memory value is lower."),
QMessageBox::Warning, QMessageBox::Ok, QMessageBox::Ok)
->exec();