diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc index 5bdc121eab701a37b75587e75f21a246cd929d21..b6de254b2c5a3caccf8f1248dd3db6382bf9d3ea 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(