@@ -1104,6 +1104,7 @@ function theme_install_page($content) {
$title=count($messages['error'])>1?st('The following errors must be resolved before you can continue the installation process'):st('The following error must be resolved before you can continue the installation process');
@@ -616,7 +616,7 @@ function install_missing_modules_error($profile) {
drupal_maintenance_theme();
install_task_list('requirements');
drupal_set_title(st('Modules missing'));
printtheme('install_page','<p>'.st('One or more required modules are missing. Please check the error messages and <a href="!url">try again</a>.',array('!url'=>"install.php?profile=$profile")).'</p>');
printtheme('install_page','<p>'.st('One or more required modules are missing.').'</p>');