Skip to content
Snippets Groups Projects
Commit d6daf6bc authored by Alex Barth's avatar Alex Barth
Browse files

Fix description permissions.'

parent 79bda737
No related branches found
No related tags found
No related merge requests found
......@@ -125,7 +125,7 @@ function feeds_permission() {
$perms = array(
'administer feeds' => array(
'title' => t('Administer Feeds'),
'description' => t('Create, update, delete importers, execute import and delte tasks on feeds.')
'description' => t('Create, update, delete importers, execute import and delete tasks on any importer.')
),
);
foreach (feeds_importer_load_all() as $importer) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment