diff options
author | Andras Timar <atimar@novell.com> | 2011-05-03 21:07:55 +0200 |
---|---|---|
committer | Andras Timar <atimar@novell.com> | 2011-05-03 21:08:57 +0200 |
commit | 96dbb5f5f065164cf20495b0d7599f0e818cad53 (patch) | |
tree | 05dc26eb3dcbca036c719cc53d9b64e24288301a /svtools | |
parent | 3adbe0e231c95243f134fc5055e88f9867f8ed36 (diff) |
remove double space from en-US message
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/java/javaerror.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/java/javaerror.src b/svtools/source/java/javaerror.src index fb750968b798..f7c9763d90fc 100644 --- a/svtools/source/java/javaerror.src +++ b/svtools/source/java/javaerror.src @@ -52,7 +52,7 @@ 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 - Java."; }; ErrorBox ERRORBOX_RESTARTREQUIRED |