#168352 by webernet: fix small typo in update.module

6.x
Gábor Hojtsy 2007-08-18 11:30:59 +00:00
parent 0321a2e975
commit 0a6cf705b8
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ function update_settings() {
'#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(