From 79872ff139f9aaf597642bb8a7877df7bf4b2842 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 27 Feb 2007 12:29:22 +0000 Subject: - Patch #98359 by Robroy and webchick: string clean-up: web site -> 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 397e3650d..56add8a25 100644 --- a/modules/aggregator/aggregator.module +++ b/modules/aggregator/aggregator.module @@ -415,7 +415,7 @@ function aggregator_form_feed($edit = array()) { '#title' => t('Title'), '#default_value' => $edit['title'], '#maxlength' => 255, - '#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