From b40ede6d77209c9303a824f9fea7bc0885978f7f Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Mon, 2 Nov 2009 19:53:03 +0000 Subject: [PATCH] Clean up descriptions: don't use 'the', remove typos. --- plugins/FeedsSyndicationParser.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/FeedsSyndicationParser.inc b/plugins/FeedsSyndicationParser.inc index 86c1ea81..64cbd85f 100644 --- a/plugins/FeedsSyndicationParser.inc +++ b/plugins/FeedsSyndicationParser.inc @@ -33,7 +33,7 @@ class FeedsSyndicationParser extends FeedsParser { return array( 'title' => array( 'name' => t('Title'), - 'description' => t('The title of the feed item.'), + 'description' => t('Title of the feed item.'), ), 'description' => array( 'name' => t('Description'), @@ -45,15 +45,15 @@ class FeedsSyndicationParser extends FeedsParser { ), 'timestamp' => array( 'name' => t('Published date'), - 'description' => t('The published date as UNIX time GMT of the feed item.'), + 'description' => t('Published date as UNIX time GMT of the feed item.'), ), 'url' => array( 'name' => t('Item URL (link)'), - 'description' => t('The URLl of the feed item.'), + 'description' => t('URL of the feed item.'), ), 'guid' => array( 'name' => t('Item GUID'), - 'description' => t('The Global Unique Identifier of the feed item.'), + 'description' => t('Global Unique Identifier of the feed item.'), ), 'tags' => array( 'name' => t('Categories'), -- GitLab