remove double space from en-US message
This commit is contained in:
parent
3adbe0e231
commit
96dbb5f5f0
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ ErrorBox ERRORBOX_JVMCREATIONFAILED
|
||||||
{
|
{
|
||||||
Buttons = WB_OK;
|
Buttons = WB_OK;
|
||||||
DefButton = WB_DEF_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 - Java.";
|
||||||
};
|
};
|
||||||
|
|
||||||
ErrorBox ERRORBOX_RESTARTREQUIRED
|
ErrorBox ERRORBOX_RESTARTREQUIRED
|
||||||
|
|
Loading…
Reference in a new issue