summaryrefslogtreecommitdiff
path: root/modules/aggregator
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-27 12:29:22 +0000
commit79872ff139f9aaf597642bb8a7877df7bf4b2842 (patch)
tree058acdd4a7c6d3a1e079615ebec89d5bfebbe557 /modules/aggregator
parentdeac3a0e9aa8be150c909f5e3a52077168541bb4 (diff)
downloadbrdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.gz
brdo-79872ff139f9aaf597642bb8a7877df7bf4b2842.tar.bz2
- Patch #98359 by Robroy and webchick: string clean-up: web site -> 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 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',