diff --git a/installation/resource/installer/userInputSpec.xml b/installation/resource/installer/userInputSpec.xml
index cadca9dd8793e89842f6589180dd549aa0608f5d..0832e3c9f9c54633ff8376d0ba16c773cca21393 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="" />