diff options
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r-- | modules/aggregator/aggregator.module | 2 |
1 files changed, 1 insertions, 1 deletions
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', |