$output='<p>'.t('Create one or more configurations for importing content into Drupal. You can use these configurations from the !import page or - if you attach them to a content type - simply by creating a node from that content type.',array('!import'=>l(t('Import'),'import'))).'</p>';
$output='<p>'.t('Create one or more Feed importers for pulling content into Drupal. You can use these importers from the !import page or - if you attach them to a content type - simply by creating a node from that content type.',array('!import'=>l(t('Import'),'import'))).'</p>';
return$output;
return$output;
case'admin/content/feeds':
case'admin/content/feeds':
$output='<p>'.t('Import content into Drupal.').'</p>';
$output='<p>'.t('Import content into Drupal.').'</p>';
...
@@ -24,7 +24,7 @@ function feeds_ui_help($path, $arg) {
...
@@ -24,7 +24,7 @@ function feeds_ui_help($path, $arg) {
functionfeeds_ui_menu(){
functionfeeds_ui_menu(){
$items=array();
$items=array();
$items['admin/build/feeds']=array(
$items['admin/build/feeds']=array(
'title'=>'Feeds',
'title'=>'Feed importers',
'description'=>'Configure feeds to import or aggregate RSS and Atom feeds, import CSV files or more.',
'description'=>'Configure feeds to import or aggregate RSS and Atom feeds, import CSV files or more.',