Index: branches/RC/core/install/step_templates/install_setup.tpl =================================================================== diff -u -N -r10832 -r10924 --- branches/RC/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 10832) +++ branches/RC/core/install/step_templates/install_setup.tpl (.../install_setup.tpl) (revision 10924) @@ -32,12 +32,12 @@ $option_tpl = ob_get_clean(); $options = Array ( - 'upgrade' => 'Upgrade In-Portal', - 1 => 'Clean out the In-Portal database and reinstall', - 2 => 'Install to a new database', - 'update_license'=> 'Update License Information', - 'db_reconfig' => 'Change Database Configuration', - 'fix_paths' => 'Fix Paths', + 'upgrade' => 'Upgrade In-Portal', + 'clean_reinstall' => 'Clean out the In-Portal database and reinstall', + 2 => 'Install to a new database', + 'update_license' => 'Update License Information', + 'db_reconfig' => 'Change Database Configuration', + 'fix_paths' => 'Fix Paths', ); $upgradable_modules = $this->GetUpgradableModules();