diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:03:11 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-11-21 20:03:11 +0000 |
commit | e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (patch) | |
tree | 8525d9a86d13a2a270503cb30ec2710fbf9e3745 /modules/aggregator | |
parent | 78494a47acc6c91c7593a8c57dee53d5e5902eb3 (diff) | |
download | brdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.gz brdo-e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55.tar.bz2 |
- Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'.
Diffstat (limited to 'modules/aggregator')
-rw-r--r-- | modules/aggregator/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module index ec8e7d290..db688c181 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -430,7 +430,7 @@ function aggregator_form_feed($edit = array()) { '#title' => t('Title'), '#default_value' => $edit['title'], '#maxlength' => 64, - '#description' => t('The name of the feed; typically the name of the website you syndicate content from.'), + '#description' => t('The name of the feed; typically the name of the web site you syndicate content from.'), '#required' => TRUE, ); $form['url'] = array('#type' => 'textfield', |