Skip to content
Snippets Groups Projects
Commit 11fa3270 authored by Chris Leppanen's avatar Chris Leppanen
Browse files

Make labels for taxonomy processor consistent.

parent 1137a2ed
No related branches found
No related tags found
No related merge requests found
...@@ -195,18 +195,18 @@ class FeedsTermProcessor extends FeedsProcessor { ...@@ -195,18 +195,18 @@ class FeedsTermProcessor extends FeedsProcessor {
'optional_unique' => TRUE, 'optional_unique' => TRUE,
), ),
'parent' => array( 'parent' => array(
'name' => t('Parent Term Name'), 'name' => t('Parent: Term name'),
'description' => t('Name of the Parent Term.'), 'description' => t('Name of the parent term.'),
'optional_unique' => TRUE, 'optional_unique' => TRUE,
), ),
'parentguid' => array( 'parentguid' => array(
'name' => t('Parent GUID'), 'name' => t('Parent: GUID'),
'description' => t('The globally unique identifier of the item\'s parent term.'), 'description' => t("The GUID of the item's parent term."),
'optional_unique' => TRUE, 'optional_unique' => TRUE,
), ),
'weight' => array( 'weight' => array(
'name' => t('Term Weight'), 'name' => t('Term weight'),
'description' => t('Weight of the Term.'), 'description' => t('Weight of the taxonomy term.'),
'optional_unique' => TRUE, 'optional_unique' => TRUE,
), ),
'description' => array( 'description' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment