ui: change text of error message if Java could not be loaded to be less narrow regarding the cause

This commit is contained in:
mlangkabel
2020-11-30 16:12:04 +01:00
parent efc80fde57
commit 1a0b564b1e
+1 -1
View File
@@ -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())