summaryrefslogtreecommitdiff
path: root/modules/aggregator/aggregator.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/aggregator/aggregator.module')
-rw-r--r--modules/aggregator/aggregator.module4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 4b5a8f490..38d7b2d71 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -305,11 +305,9 @@ function aggregator_permission() {
return array(
'administer news feeds' => array(
'title' => t('Administer news feeds'),
- 'description' => t('Add, edit or delete news feeds that are aggregated to your site.'),
),
'access news feeds' => array(
- 'title' => t('Access news feeds'),
- 'description' => t('View aggregated news feed items.'),
+ 'title' => t('View news feeds'),
),
);
}