From 4264efe267c3c49ce1e090dd60a3aa0168e0ecfc Mon Sep 17 00:00:00 2001
From: felmer <felmer>
Date: Wed, 18 Apr 2012 11:45:47 +0000
Subject: [PATCH] LMS-2880 improving page layout and description

SVN: 24952
---
 installation/resource/installer/userInputSpec.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/installation/resource/installer/userInputSpec.xml b/installation/resource/installer/userInputSpec.xml
index cadca9dd879..0832e3c9f9c 100644
--- a/installation/resource/installer/userInputSpec.xml
+++ b/installation/resource/installer/userInputSpec.xml
@@ -15,8 +15,11 @@
     <field type="file" align="left" variable="KEY_STORE_FILE">
       <spec txt="Key store" size="20" set="" mustExist="true" allowEmptyValue="true" />
     </field>
+    
+    <field type="space"/>
+    
     <field type="staticText" align="left"
-      txt="Passwords need only be changed in case of a new key store with different password." />
+      txt="Passwords are needed to be changed only if a new key store with different passwords has been selected." />
     <field type="password" align="left" variable="KEY_STORE_PASSWORD">
       <spec>
         <pwd txt="Key store password" size="20" set="" />
-- 
GitLab