Skip to content
Snippets Groups Projects
Commit f459b841 authored by cramakri's avatar cramakri
Browse files

BIS-55 SP-80 : Improved installer text

SVN: 28347
parent 20e558e4
No related branches found
No related tags found
No related merge requests found
...@@ -107,18 +107,18 @@ ...@@ -107,18 +107,18 @@
<panel id="UserInputPanel.BACKUP_OLD"> <panel id="UserInputPanel.BACKUP_OLD">
<field type="title" txt="Detected existing openBIS installation" bold="true" size="2" /> <field type="title" txt="Detected existing openBIS installation" bold="true" size="2" />
<field type="staticText" align="left" txt="Please, click next to create a backup of the existing installation." /> <field type="staticText" align="left" txt="Please click next to create a backup of the existing installation." />
</panel> </panel>
<panel id="UserInputPanel.BACKUP"> <panel id="UserInputPanel.BACKUP">
<field type="title" txt="Detected existing openBIS installation" bold="true" size="2" /> <field type="title" txt="Detected existing openBIS installation" bold="true" size="2" />
<field type="staticText" align="left" txt="Configuration files and the following databases are backuped:" /> <field type="staticText" align="left" txt="Configuration files will be backed up, as will the following databases:" />
<field type="text" align="left" variable="DATABASES_TO_BACKUP"> <field type="text" align="left" variable="DATABASES_TO_BACKUP">
<spec txt="Databases:" size="39" set="$DATABASES_TO_BACKUP" mustExist="true" allowEmptyValue="false"/> <spec txt="Databases:" size="39" set="$DATABASES_TO_BACKUP" mustExist="true" allowEmptyValue="false"/>
</field> </field>
<field type="staticText" align="left" txt="Databases can be removed from this list if backup isn't required for them." /> <field type="staticText" align="left" txt="Databases can be removed from this list if backup is not required." />
<field type="space"/> <field type="space"/>
<field type="staticText" align="left" txt="Please, click next to create a backup of the existing installation." /> <field type="staticText" align="left" txt="Click next to create a backup of the existing installation." />
</panel> </panel>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment