Skip to content
Snippets Groups Projects
Commit b40ede6d authored by Alex Barth's avatar Alex Barth
Browse files

Clean up descriptions: don't use 'the', remove typos.

parent 30e5c0d4
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ class FeedsSyndicationParser extends FeedsParser { ...@@ -33,7 +33,7 @@ class FeedsSyndicationParser extends FeedsParser {
return array( return array(
'title' => array( 'title' => array(
'name' => t('Title'), 'name' => t('Title'),
'description' => t('The title of the feed item.'), 'description' => t('Title of the feed item.'),
), ),
'description' => array( 'description' => array(
'name' => t('Description'), 'name' => t('Description'),
...@@ -45,15 +45,15 @@ class FeedsSyndicationParser extends FeedsParser { ...@@ -45,15 +45,15 @@ class FeedsSyndicationParser extends FeedsParser {
), ),
'timestamp' => array( 'timestamp' => array(
'name' => t('Published date'), '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( 'url' => array(
'name' => t('Item URL (link)'), 'name' => t('Item URL (link)'),
'description' => t('The URLl of the feed item.'), 'description' => t('URL of the feed item.'),
), ),
'guid' => array( 'guid' => array(
'name' => t('Item GUID'), '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( 'tags' => array(
'name' => t('Categories'), 'name' => t('Categories'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment