From 7bac89f01870ab013310093d8a5844c1475e78aa Mon Sep 17 00:00:00 2001
From: Chris Leppanen <chris.leppanen@gmail.com>
Date: Thu, 28 Jun 2012 11:41:33 -0700
Subject: [PATCH] Make descriptions in taxonomy term processor consistent.

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

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