From fae024b0392ac766e636e330b8a6f63dad560b4c Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Wed, 16 Sep 2009 22:11:05 +0000
Subject: [PATCH] Fix description.

---
 includes/feed.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/includes/feed.inc b/includes/feed.inc
index 6dc614b9..bd3c8923 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'],
     );
-- 
GitLab