From 748f4428c7cf25487eb4a4bc0cc2b8d191b1608c Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Wed, 21 Oct 2009 19:59:50 +0000
Subject: [PATCH] Clarify Attach to content type form.

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

diff --git a/includes/FeedsImporter.inc b/includes/FeedsImporter.inc
index 44903a25..d9565a20 100644
--- a/includes/FeedsImporter.inc
+++ b/includes/FeedsImporter.inc
@@ -321,7 +321,7 @@ class FeedsImporter extends FeedsConfigurable {
       '#type' => 'select',
       '#title' => t('Attach to content type'),
       '#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('Use standalone form')) + node_get_types('names'),
       '#default_value' => $this->config['content_type'],
     );
     $period = drupal_map_assoc(array(0, 900, 1800, 3600, 10800, 21600, 43200, 86400, 259200, 604800, 2419200), 'format_interval');
-- 
GitLab