From 1e1b4db7f26f4f4d0c9cfc521de37f455d31fd22 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Wed, 21 Oct 2009 20:01:18 +0000
Subject: [PATCH] Call fetcher file upload.

---
 feeds.plugins.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/feeds.plugins.inc b/feeds.plugins.inc
index d981cb30..e1e7e497 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',
-- 
GitLab