From 05320200ad198497629dabe3350bac24be6109ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 20 Nov 2007 09:03:10 +0000 Subject: #189986 by keith.smith and bjaspan: reword description on install update notification checkbox to ensure people understand that this is a notification feature, not an automatic update feature --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.php') diff --git a/install.php b/install.php index 530ddeaa5..279ad4b1b 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, ); -- cgit v1.2.3