@@ -164,7 +164,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
...
@@ -164,7 +164,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
$form['content_type']=array(
$form['content_type']=array(
'#type'=>'select',
'#type'=>'select',
'#title'=>t('Content type'),
'#title'=>t('Content type'),
'#description'=>t('Choose node type to create from this feed. <strong>Note:</strong> Users with "import !feed_id feeds" permissions will be able to <strong>import</strong> nodes of the content type selected here regardless of the node level permissions. Further, users with "clear !feed_id permissions" will be able to <strong>delete</strong> imported nodes regardless of their node level permissions.',array('!feed_id'=>$this->id)),
'#description'=>t('Select the content type for the nodes to be created. <strong>Note:</strong> Users with "import !feed_id feeds" permissions will be able to <strong>import</strong> nodes of the content type selected here regardless of the node level permissions. Further, users with "clear !feed_id permissions" will be able to <strong>delete</strong> imported nodes regardless of their node level permissions.',array('!feed_id'=>$this->id)),
'#options'=>$types,
'#options'=>$types,
'#default_value'=>$this->config['content_type'],
'#default_value'=>$this->config['content_type'],
);
);
...
@@ -176,7 +176,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
...
@@ -176,7 +176,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
$form['input_format']=array(
$form['input_format']=array(
'#type'=>'select',
'#type'=>'select',
'#title'=>t('Input format'),
'#title'=>t('Input format'),
'#description'=>t('Choose the input format of the body field of created nodes.'),
'#description'=>t('Select the input format for the body field of the nodes to be created.'),
'#options'=>$format_options,
'#options'=>$format_options,
'#default_value'=>$this->config['input_format'],
'#default_value'=>$this->config['input_format'],
);
);
...
@@ -184,7 +184,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
...
@@ -184,7 +184,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
$form['author']=array(
$form['author']=array(
'#type'=>'textfield',
'#type'=>'textfield',
'#title'=>t('Author'),
'#title'=>t('Author'),
'#description'=>t('Author to be assigned to created nodes - leave empty to assign "anonymous".'),
'#description'=>t('Select the author of the nodes to be created - leave empty to assign "anonymous".'),