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

Make descriptions in taxonomy term processor consistent.

parent 11fa3270
No related branches found
No related tags found
No related merge requests found
......@@ -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(
......
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