diff --git a/feeds.plugins.inc b/feeds.plugins.inc index d981cb3005ff89b240071299b91a989a34aad914..e1e7e4975608510b007e5f5e09d79e64e3f6ae59 100644 --- a/feeds.plugins.inc +++ b/feeds.plugins.inc @@ -67,7 +67,7 @@ function _feeds_feeds_plugins() { ), ); $info['FeedsFileFetcher'] = array( - 'name' => 'File fetcher', + 'name' => 'File upload', 'description' => 'Upload content from a local file.', 'handler' => array( 'parent' => 'FeedsFetcher',