From f1fbebfd949a81fec7560fb63fc976165fff1ece Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Mon, 2 Nov 2009 19:58:37 +0000 Subject: [PATCH] More accurate description of author name. --- plugins/FeedsSyndicationParser.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/FeedsSyndicationParser.inc b/plugins/FeedsSyndicationParser.inc index 64cbd85f..11b86195 100644 --- a/plugins/FeedsSyndicationParser.inc +++ b/plugins/FeedsSyndicationParser.inc @@ -41,7 +41,7 @@ class FeedsSyndicationParser extends FeedsParser { ), 'author_name' => array( 'name' => t('Author name'), - 'description' => t('Author of the feed item (string).'), + 'description' => t('Name of the feed item\'s author.'), ), 'timestamp' => array( 'name' => t('Published date'), -- GitLab