summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-06-30 21:44:06 +0000
committerDries Buytaert <dries@buytaert.net>2009-06-30 21:44:06 +0000
commit938af5fc078d15e97e7aafa68cafa90273e28cdf (patch)
tree9f1b4fa9f62be5a977467a39c15f83e3a933dc8a /install.php
parent647f3541ae2236e4ecbcd7300bc88aba1d5eafe6 (diff)
downloadbrdo-938af5fc078d15e97e7aafa68cafa90273e28cdf.tar.gz
brdo-938af5fc078d15e97e7aafa68cafa90273e28cdf.tar.bz2
- Patch #505218 by keith.smith: more massaging of help texts.
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 2360d9c5b..4c0face7e 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('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')),
+ '#description' => st('The system will notify you when updates and important security releases are available for installed components. Anonymous information about your site is sent to <a href="@drupal">Drupal.org</a>.', array('@drupal' => 'http://drupal.org')),
'#weight' => 15,
);