From 32f7cf35a772e6e3e64fef29a2ac633bccac7a8b Mon Sep 17 00:00:00 2001 From: spjspj Date: Sun, 27 Mar 2022 11:42:30 +1100 Subject: [PATCH] Update MessagesBundle.properties 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..f4b99b2 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?