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

Clean up language.

parent ca14c6f6
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ function _feeds_defaults_feeds_importer_default() {
$feeds_importer->id = 'feed';
$feeds_importer->config = array(
'name' => 'Feed',
'description' => 'Import RSS or Atom feeds.',
'description' => 'Import RSS or Atom feeds, create nodes from feed items.',
'fetcher' => array(
'plugin_key' => 'FeedsHTTPFetcher',
'config' => array(
......@@ -229,7 +229,7 @@ function _feeds_defaults_feeds_importer_default() {
$feeds_importer->id = 'feed_fast';
$feeds_importer->config = array(
'name' => 'Fast feed',
'description' => 'Creates light weight database records from feed items. Faster than aggregating nodes.',
'description' => 'Create light weight database records from feed items. Faster than aggregating nodes.',
'fetcher' => array(
'plugin_key' => 'FeedsHTTPFetcher',
'config' => array(
......@@ -285,7 +285,7 @@ function _feeds_defaults_feeds_importer_default() {
$feeds_importer->id = 'node';
$feeds_importer->config = array(
'name' => 'Node import',
'description' => 'Imports nodes from CSV file.',
'description' => 'Import nodes from CSV file.',
'fetcher' => array(
'plugin_key' => 'FeedsFileFetcher',
'config' => array(),
......
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