diff --git a/plugins/FeedsOPMLParser.inc b/plugins/FeedsOPMLParser.inc index c523c544e747f9b422f8deee02cefd3fc3ab11d2..b525f1257c7903553e61d7471a011940248f4778 100644 --- a/plugins/FeedsOPMLParser.inc +++ b/plugins/FeedsOPMLParser.inc @@ -30,8 +30,14 @@ class FeedsOPMLParser extends FeedsParser { */ public function getMappingSources() { return array( - 'title' => t('Feed title'), - 'xmlurl' => t('Feed URL'), - ); + 'title' => array( + 'name' => t('Feed title'), + 'description' => t('Title of the feed.'), + ), + 'xmlurl' => array( + 'name' => t('Feed URL'), + 'description' => t('URL of the feed.'), + ), + ); } } \ No newline at end of file