Index: branches/5.1.x/core/install/step_templates/choose_modules.tpl =================================================================== diff -u -r12127 -r12657 --- branches/5.1.x/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 12127) +++ branches/5.1.x/core/install/step_templates/choose_modules.tpl (.../choose_modules.tpl) (revision 12657) @@ -6,10 +6,10 @@ @@ -18,7 +18,7 @@

 Please select Modules you would like to install:

'; $first_time = $this->GetVar('step') != $this->currentStep; // data from this step was not submitted yet $selected = $this->GetVar('modules'); if (!$selected) { @@ -54,7 +54,8 @@ } $error_msg = $prerequisites_errors ? implode('
', $prerequisites_errors) : ''; + $module_string = $this->toolkit->getModuleString($module, $module_version); - echo sprintf($module_tpl, $module, $this->toolkit->getModuleName($module), $checked, $error_msg); + echo sprintf($module_tpl, $module, $module_string, $checked, $error_msg); } ?> \ No newline at end of file
- + - +
%4$s