From 209f8df5e586f6c99e36c20ae2684a5fed1b1d1d Mon Sep 17 00:00:00 2001 From: cramakri <cramakri> Date: Wed, 10 Oct 2012 10:39:35 +0000 Subject: [PATCH] BIS-209 SP-319 : Improve the text of the keystore page. SVN: 27130 --- installation/resource/installer/userInputSpec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installation/resource/installer/userInputSpec.xml b/installation/resource/installer/userInputSpec.xml index dc3e886bdb5..131e1e28b8e 100644 --- a/installation/resource/installer/userInputSpec.xml +++ b/installation/resource/installer/userInputSpec.xml @@ -11,7 +11,7 @@ <panel id="UserInputPanel.KEY_STORE"> <field type="title" txt="Key Store" bold="true" size="2" /> <field type="staticText" align="left" - txt="Please, select a new key store if the current one should be replace." /> + txt="If you have a new keystore for SSL, enter it here. Leave this field blank to use the existing keystore (or the default keystore in a new installation)." /> <field type="file" align="left" variable="KEY_STORE_FILE"> <spec txt="Key store" size="20" set="" mustExist="true" allowEmptyValue="true" /> </field> -- GitLab