summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-08-18 11:30:59 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-08-18 11:30:59 +0000
commit0a6cf705b840f9199438b3669bd11217f17fe6e8 (patch)
treeb9289eb792b4c6bc4222f3cdb29006ae4b23feea /modules
parent0321a2e9757bc7c349643e8be1ebc51d0094600c (diff)
downloadbrdo-0a6cf705b840f9199438b3669bd11217f17fe6e8.tar.gz
brdo-0a6cf705b840f9199438b3669bd11217f17fe6e8.tar.bz2
#168352 by webernet: fix small typo in update.module
Diffstat (limited to 'modules')
-rw-r--r--modules/update/update.settings.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.settings.inc b/modules/update/update.settings.inc
index cdb07efd5..b07f13cb1 100644
--- a/modules/update/update.settings.inc
+++ b/modules/update/update.settings.inc
@@ -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(