summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-19 23:51:02 +0000
committerNeil Drumm <drumm@3064.no-reply.drupal.org>2006-11-19 23:51:02 +0000
commitb0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9 (patch)
treefb16b2a5e97b652461a0a00e6c969ceafc21352c /modules/aggregator
parent73bcacf2cf56ba80a062730f7507773d4a9bbdd0 (diff)
downloadbrdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.gz
brdo-b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9.tar.bz2
#98359 by webchick. Change 'web site' to more common usage, 'website.'
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 db688c181..ec8e7d290 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 web site you syndicate content from.'),
+ '#description' => t('The name of the feed; typically the name of the website you syndicate content from.'),
'#required' => TRUE,
);
$form['url'] = array('#type' => 'textfield',