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

This should be feeds importers like in D6.

parent 9136c932
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ function feeds_ui_help($path, $arg) {
function feeds_ui_menu() {
$items = array();
$items['admin/structure/feeds'] = array(
'title' => 'Feeds',
'title' => 'Feeds importers',
'description' => 'Configure one or more Feeds importers to aggregate RSS and Atom feeds, import CSV files or more.',
'page callback' => 'drupal_get_form',
'page arguments' => array('feeds_ui_overview_form'),
......
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