Index: modules/taxonomy/taxonomy.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.admin.inc,v
retrieving revision 1.7
diff -u -r1.7 taxonomy.admin.inc
--- modules/taxonomy/taxonomy.admin.inc 12 Nov 2007 19:06:33 -0000 1.7
+++ modules/taxonomy/taxonomy.admin.inc 14 Nov 2007 20:30:21 -0000
@@ -77,10 +77,10 @@
'#description' => t('A list of content types you would like to categorize using this vocabulary.'),
);
$form['hierarchy'] = array('#type' => 'radios',
- '#title' => t('Hierarchy'),
+ '#title' => t('Term structure'),
'#default_value' => $edit['hierarchy'],
- '#options' => array(t('Disabled'), t('Single'), t('Multiple')),
- '#description' => t('Allows a tree-like hierarchy between terms of this vocabulary.', array('@help-url' => url('admin/help/taxonomy', array('absolute' => TRUE)))),
+ '#options' => array(t('List'), t('Single parent'), t('Multiple parent')),
+ '#description' => t('For more information on the differences between these structures, see the taxonomy help page.', array('@help-url' => url('admin/help/taxonomy', array('absolute' => TRUE)))),
);
$form['relations'] = array('#type' => 'checkbox',
'#title' => t('Related terms'),