From 1a0b564b1e7d02a94282c844a4b9ef4812be4445 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Mon, 30 Nov 2020 16:12:04 +0100 Subject: [PATCH] ui: change text of error message if Java could not be loaded to be less narrow regarding the cause --- src/lib_java/utility/utilityJava.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib_java/utility/utilityJava.cpp b/src/lib_java/utility/utilityJava.cpp index a024bc2b..7f866c33 100644 --- a/src/lib_java/utility/utilityJava.cpp +++ b/src/lib_java/utility/utilityJava.cpp @@ -82,7 +82,7 @@ bool prepareJavaEnvironmentAndDisplayOccurringErrors() if (!JavaEnvironmentFactory::getInstance()) { std::wstring dialogMessage = - L"Sourcetrail was unable to locate Java on this machine.\n" + L"Sourcetrail was unable to initialize Java environment on this machine.\n" "Please make sure to provide the correct Java Path in the preferences."; if (!errorString.empty())