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

Fix description.

parent 1653533c
No related branches found
No related tags found
Loading
...@@ -52,7 +52,7 @@ class Feed extends FeedsConfigurable { ...@@ -52,7 +52,7 @@ class Feed extends FeedsConfigurable {
$form['content_type'] = array( $form['content_type'] = array(
'#type' => 'select', '#type' => 'select',
'#title' => t('Attach to content type'), '#title' => t('Attach to content type'),
'#description' => t('When you attach a configuration to a node, you can use nodes for creating feeds on your site.'), '#description' => t('If you attach a configuration to a node you can use nodes for creating feeds on your site.'),
'#options' => array('' => t('None')) + node_get_types('names'), '#options' => array('' => t('None')) + node_get_types('names'),
'#default_value' => $this->config['content_type'], '#default_value' => $this->config['content_type'],
); );
......
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