summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php
index 66ee2d980..0b91fee33 100644
--- a/install.php
+++ b/install.php
@@ -616,7 +616,7 @@ function install_missing_modules_error($profile) {
drupal_maintenance_theme();
install_task_list('requirements');
drupal_set_title(st('Modules missing'));
- print theme('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>');
+ print theme('install_page', '<p>'. st('One or more required modules are missing.') .'</p>');
exit;
}