diff --git a/includes/feed.inc b/includes/feed.inc
index 6dc614b955bcf314332ba7764469c65b890da4fa..bd3c8923ac718fbf78746678267fa97aec0d92bf 100644
--- a/includes/feed.inc
+++ b/includes/feed.inc
@@ -52,7 +52,7 @@ class Feed extends FeedsConfigurable {
     $form['content_type'] = array(
       '#type' => 'select',
       '#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'),
       '#default_value' => $this->config['content_type'],
     );