forked from amazingfate/loongoffice
fdo#61379 Java options are under Options - LibreOffice - Advanced
Change-Id: Ic7b262f4b75e7f2069f88f753cea5ff8f59610b7
This commit is contained in:
@ -30,14 +30,14 @@ WarningBox WARNINGBOX_INVALIDJAVASETTINGS_MAC
|
||||
{
|
||||
Buttons = WB_OK ;
|
||||
DefButton = WB_DEF_OK ;
|
||||
Message[ en-US ] ="The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Java, select the Java runtime environment you want to have used by %PRODUCTNAME.";
|
||||
Message[ en-US ] ="The %PRODUCTNAME configuration has been changed. Under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME.";
|
||||
};
|
||||
|
||||
WarningBox WARNINGBOX_INVALIDJAVASETTINGS
|
||||
{
|
||||
Buttons = WB_OK ;
|
||||
DefButton = WB_DEF_OK ;
|
||||
Message[ en-US ] ="The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Java, select the Java runtime environment you want to have used by %PRODUCTNAME.";
|
||||
Message[ en-US ] ="The %PRODUCTNAME configuration has been changed. Under Tools - Options - %PRODUCTNAME - Advanced, select the Java runtime environment you want to have used by %PRODUCTNAME.";
|
||||
};
|
||||
|
||||
QueryBox QBX_JAVADISABLED
|
||||
@ -51,14 +51,14 @@ ErrorBox ERRORBOX_JVMCREATIONFAILED_MAC
|
||||
{
|
||||
Buttons = WB_OK;
|
||||
DefButton = WB_DEF_OK ;
|
||||
Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Java.";
|
||||
Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under %PRODUCTNAME - Preferences - %PRODUCTNAME - Advanced.";
|
||||
};
|
||||
|
||||
ErrorBox ERRORBOX_JVMCREATIONFAILED
|
||||
{
|
||||
Buttons = WB_OK;
|
||||
DefButton = WB_DEF_OK ;
|
||||
Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Java.";
|
||||
Message[ en-US ] = "%PRODUCTNAME requires a Java runtime environment (JRE) to perform this task. The selected JRE is defective. Please select another version or install a new JRE and select it under Tools - Options - %PRODUCTNAME - Advanced.";
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user