diff --git a/install.php b/install.php
index 79a8dff56b6b481941721afed8c062556ec72b61..2360d9c5b0ba119e1d18b76d476c030105eaff47 100644
--- a/install.php
+++ b/install.php
@@ -1096,7 +1096,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('With this option enabled, Drupal will notify you when new releases are available. This will significantly enhance your site\'s security and is <strong>highly recommended</strong>. This requires your site to periodically send anonymous information on its installed components to <a href="@drupal">drupal.org</a>. For more information please see the <a href="@update">update notification information</a>.', array('@drupal' => 'http://drupal.org', '@update' => 'http://drupal.org/handbook/modules/update')),
+    '#description' => st('The system will notify you if any updates, including important security updates, are available for installed components. Will send anonymous information to <a href="@drupal">Drupal.org</a>.', array('@drupal' => 'http://drupal.org')),
     '#weight' => 15,
   );