From a6af635b54d9911a4b2f2a9b064da12ac4ddeaf9 Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Fri, 22 Oct 2010 04:07:38 +0000 Subject: [PATCH] This should be feeds importers like in D6. --- feeds_ui/feeds_ui.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds_ui/feeds_ui.module b/feeds_ui/feeds_ui.module index de1a329d..41a5afeb 100644 --- a/feeds_ui/feeds_ui.module +++ b/feeds_ui/feeds_ui.module @@ -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'), -- GitLab