Index: branches/5.1.x/core/install/step_templates/install_setup.tpl =================================================================== diff -u -r12127 -r12657 --- branches/5.1.x/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 12127) +++ branches/5.1.x/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 12657) @@ -1,19 +1,19 @@ - In order to use the installation tool, please provide your Intechnic account information: + In order to use this installation tool, please identify yourself using the root password! - Username*: + Username *: - Password*: + Password *: @@ -33,11 +33,11 @@ $options = Array ( 'upgrade' => 'Upgrade In-Portal', - 'clean_reinstall' => 'Clean out the In-Portal database and reinstall', - 2 => 'Install to a new database', + 'clean_reinstall' => 'Reinstall In-Portal', + 2 => 'Install In-Portal to a New Database', 'update_license' => 'Update License Information', - 'db_reconfig' => 'Change Database Configuration', - 'fix_paths' => 'Fix Paths', + 'db_reconfig' => 'Update Database Configuration', + 'fix_paths' => 'Update Installation Paths', ); $upgradable_modules = $this->GetUpgradableModules();