- Patch #505218 by keith.smith: more massaging of help texts.

merge-requests/26/head
Dries Buytaert 2009-06-30 21:44:06 +00:00
parent 647f3541ae
commit 938af5fc07
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);