added space between beta prefix and version
authorCherian Mathew <c.mathew@bgbm.org>
Tue, 28 Oct 2014 08:53:06 +0000 (08:53 +0000)
committerCherian Mathew <c.mathew@bgbm.org>
Tue, 28 Oct 2014 08:53:06 +0000 (08:53 +0000)
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationUtil.java

index 105be8f47d934e6c023f96f3ed106ca83e6a5912..9d80b139ca1f9133fc06dbe7791a89a0af6bc847 100644 (file)
@@ -45,7 +45,7 @@ public class ApplicationUtil extends AbstractUtility {
             // this is a stable version
             return version;
         } else {
-            return BETA_PREFIX + version;
+            return BETA_PREFIX + " " + version;
         }
 
     }