Index: install.php
===================================================================
RCS file: /cvs/drupal/drupal/install.php,v
retrieving revision 1.93
diff -u -F^f -r1.93 install.php
--- install.php	19 Nov 2007 16:38:42 -0000	1.93
+++ install.php	19 Nov 2007 22:55:32 -0000
@@ -1000,7 +1000,7 @@ function install_configure_form(&$form_s
     '#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 <strong>highly recommended</strong> that you enable this option for your site\'s security. For more information please read the <a href="@update">update notification information</a>.', array('@update' => 'http://drupal.org/handbook/modules/update')),
+    '#description' => st('When the <em>Update notifications</em> option is enabled, Drupal will periodically check for important bug fixes and security releases.  Drupal will notify you via the Administration page and (optionally) e-mail that these updates are available for download and installation. This process requires your site to periodically send anonymous information on its installed components to <a href="@drupal">drupal.org</a>. Enabling this option will significantly enhance your site\'s security and is <strong>highly recommended</strong>. 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')),
     '#weight' => 15,
   );
 
