summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2019-10-18 19:06:11 -0500
committerLostDragonist <lost.dragonist@gmail.com>2019-10-18 19:06:11 -0500
commit09450f744b1b3e4cf862bd68a82e0fbaf0e418dc (patch)
tree93d51a83864be1e985316f404a12671d00b0916a
parent133dc3b7a3aecdb88eb1e06ec8d0c82c68ed8fa9 (diff)
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.
-rw-r--r--src/editexecutablesdialog.cpp4
1 files changed, 2 insertions, 2 deletions
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."));
}