diff --git a/install.php b/install.php index 530ddeaa521a..279ad4b1b50f 100644 --- a/install.php +++ b/install.php @@ -1000,7 +1000,7 @@ function install_configure_form(&$form_state, $url) { '#title' => st('Update notifications'), '#options' => array(1 => st('Check for updates automatically')), '#default_value' => array(1), - '#description' => st('Drupal can check periodically for important bug fixes and security releases. To do this, your site will send anonymous information on its installed components to drupal.org. It is highly recommended that you enable this option for your site\'s security. For more information please read the update notification information.', array('@update' => 'http://drupal.org/handbook/modules/update')), + '#description' => st('With this option enabled, Drupal will notify you when new releases are available. This will significantly enhance your site\'s security and is highly recommended. This requires your site to periodically send anonymous information on its installed components to drupal.org. For more information please see the update notification information.', array('@drupal' => 'http://drupal.org', '@update' => 'http://drupal.org/handbook/modules/update')), '#weight' => 15, );