projects
/
project/feeds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
9136c93
)
This should be feeds importers like in D6.
author
Alex Barth
Fri, 22 Oct 2010 04:07:38 +0000 (
04:07
+0000)
committer
Alex Barth
Fri, 22 Oct 2010 04:07:38 +0000 (
04:07
+0000)
feeds_ui/feeds_ui.module
patch
|
blob
|
blame
|
history
diff --git
a/feeds_ui/feeds_ui.module
b/feeds_ui/feeds_ui.module
index
de1a329
..
41a5afe
100644
(file)
--- 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'),