From e08f5f27bd5b5dd41f0dbcfcca9fad0418aafb55 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Nov 2006 20:03:11 +0000 Subject: - Patch #98359 by webchick and webernet: standardize on terminology: 'website' and 'web page'. --- 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 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', -- cgit v1.2.3