remove double space from en-US message

This commit is contained in:
Andras Timar 2011-05-03 21:07:55 +02:00
parent 3adbe0e231
commit 96dbb5f5f0

View file

@ -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