From b0ddf6f40c0e68da19b74e0df2ce7daa5ee617c9 Mon Sep 17 00:00:00 2001 From: Neil Drumm Date: Sun, 19 Nov 2006 23:51:02 +0000 Subject: #98359 by webchick. Change 'web site' to more common usage, 'website.' --- modules/aggregator/aggregator.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.module') 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', -- cgit v1.2.3