summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-11-21 20:03:11 +0000
committerDries Buytaert <dries@buytaert.net>2006-11-21 20:03:11 +0000
commite08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 (patch)
tree8525d9a86d13a2a270503cb30ec2710fbf9e3745 /modules/aggregator
parent78494a47acc6c91c7593a8c57dee53d5e5902eb3 (diff)
downloadbrdo-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.module2
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',