From 09450f744b1b3e4cf862bd68a82e0fbaf0e418dc Mon Sep 17 00:00:00 2001 From: LostDragonist Date: Fri, 18 Oct 2019 19:06:11 -0500 Subject: Remove mention of 32-bit Java MO doesn't really care about which version of Java is installed. Saying that 32-bit Java is required is misleading. --- src/editexecutablesdialog.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/editexecutablesdialog.cpp') diff --git a/src/editexecutablesdialog.cpp b/src/editexecutablesdialog.cpp index 09210ddf..c6c90c3f 100644 --- a/src/editexecutablesdialog.cpp +++ b/src/editexecutablesdialog.cpp @@ -804,8 +804,8 @@ void EditExecutablesDialog::setJarBinary(const QFileInfo& binary) if (java.isEmpty()) { QMessageBox::information( - this, tr("Java (32-bit) required"), - tr("MO requires 32-bit java to run this application. If you already " + this, tr("Java required"), + tr("MO requires Java to run this application. If you already " "have it installed, select javaw.exe from that installation as " "the binary.")); } -- cgit v1.3.1