From 11fa32707958a202b08fe09a473d99b957356df3 Mon Sep 17 00:00:00 2001
From: Chris Leppanen <chris.leppanen@gmail.com>
Date: Thu, 28 Jun 2012 11:36:03 -0700
Subject: [PATCH] Make labels for taxonomy processor consistent.

---
 plugins/FeedsTermProcessor.inc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index 5bdc121e..b6de254b 100644
--- a/plugins/FeedsTermProcessor.inc
+++ b/plugins/FeedsTermProcessor.inc
@@ -195,18 +195,18 @@ class FeedsTermProcessor extends FeedsProcessor {
         'optional_unique' => TRUE,
        ),
       'parent' => array(
-        'name' => t('Parent Term Name'),
-        'description' => t('Name of the Parent Term.'),
+        'name' => t('Parent: Term name'),
+        'description' => t('Name of the parent term.'),
         'optional_unique' => TRUE,
       ),
       'parentguid' => array(
-        'name' => t('Parent GUID'),
-        'description' => t('The globally unique identifier of the item\'s parent term.'),
+        'name' => t('Parent: GUID'),
+        'description' => t("The GUID of the item's parent term."),
         'optional_unique' => TRUE,
       ),
       'weight' => array(
-        'name' => t('Term Weight'),
-        'description' => t('Weight of the Term.'),
+        'name' => t('Term weight'),
+        'description' => t('Weight of the taxonomy term.'),
         'optional_unique' => TRUE,
       ),
       'description' => array(
-- 
GitLab