From 5badcafa346f3aa82bc002f91c80534a4be57f2b Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 13 Jul 2010 19:37:37 +0000
Subject: [PATCH] Adjust form element title.

---
 plugins/FeedsNodeProcessor.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/FeedsNodeProcessor.inc b/plugins/FeedsNodeProcessor.inc
index 5c88d34d..b8960154 100644
--- a/plugins/FeedsNodeProcessor.inc
+++ b/plugins/FeedsNodeProcessor.inc
@@ -199,7 +199,7 @@ class FeedsNodeProcessor extends FeedsProcessor {
     );
     $form['update_existing'] = array(
       '#type' => 'radios',
-      '#title' => t('Update existing items'),
+      '#title' => t('Update existing nodes'),
       '#description' => t('Select how existing nodes should be updated. Existing nodes will be determined using mappings that are a "unique target".'),
       '#options' => array(
         FEEDS_SKIP_EXISTING => 'Do not update existing nodes',
-- 
GitLab