summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-11-20 09:03:10 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-11-20 09:03:10 +0000
commit05320200ad198497629dabe3350bac24be6109ed (patch)
tree1f92cc271ff4975b89b42fdc9a3c53b3bc47c5d6 /install.php
parent480a2daf4e2f73aaafefdeef616d912ea28ca7c6 (diff)
downloadbrdo-05320200ad198497629dabe3350bac24be6109ed.tar.gz
brdo-05320200ad198497629dabe3350bac24be6109ed.tar.bz2
#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
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 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 <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('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')),
'#weight' => 15,
);