Index: modules/update/update.settings.inc =================================================================== RCS file: /cvs/drupal/drupal/modules/update/update.settings.inc,v retrieving revision 1.1 diff -u -r1.1 update.settings.inc --- modules/update/update.settings.inc 11 Jul 2007 15:15:40 -0000 1.1 +++ modules/update/update.settings.inc 18 Aug 2007 02:04:01 -0000 @@ -18,7 +18,7 @@ '#title' => t('E-mail addresses to notify when updates are available'), '#rows' => 4, '#default_value' => implode("\n", $notify_emails), - '#description' => t('Whenever your site checks for available updates and finds new releases, it can notify a list of users via e-email. Put each address on a separate line. If blank, no e-mails will be sent.'), + '#description' => t('Whenever your site checks for available updates and finds new releases, it can notify a list of users via e-mail. Put each address on a separate line. If blank, no e-mails will be sent.'), ); $form['update_check_frequency'] = array(