From d0c3e107aad9b00d546d28918a5b106718c5eca6 Mon Sep 17 00:00:00 2001 From: spjspj Date: Sun, 27 Mar 2022 11:41:15 +1100 Subject: [PATCH] Provide a different description for the java Fix the description for why the dedicated version of java is required. --- src/main/resources/MessagesBundle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/MessagesBundle.properties b/src/main/resources/MessagesBundle.properties index 0b07c4d..47fa27e 100644 --- a/src/main/resources/MessagesBundle.properties +++ b/src/main/resources/MessagesBundle.properties @@ -22,7 +22,7 @@ noJava = Java is not installed. Unable to continue. java.installed = Java version installed: java.available = Java version available: java.none = Java not found -java.none.message = It looks like this is the first time you are running the XMage Launcher.
The Launcher will now download it's own dedicated version of java.
Afterwards, the latest version of XMage will be downloaded. +java.none.message = It looks like this is the first time you are running the XMage Launcher.
The Launcher will download a dedicated version of java for Xmage to run correctly.
Afterwards, the latest version of XMage will be downloaded. java.new = New version of Java available java.new.message = A newer version of Java is available. java.downloading = Downloading Java from @@ -67,4 +67,4 @@ check.xmage.tooltip = Check the XMage site for new versions update.xmage =
Update update.xmage.tooltip = Download and install updates for XMage. force.update.message = XMage is using the latest version. Do you want to force an update? -force.update.title = Force update? \ No newline at end of file +force.update.title = Force update?