From 88d0603e938eb33d87c4f1e5ab47137434807941 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 18 Jan 2004 07:58:22 +0000 Subject: - Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text. --- modules/taxonomy/taxonomy.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 40b3e3472..07f4639c0 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -860,8 +860,8 @@ function taxonomy_help($section = "admin/help#taxonomy") { $output .= "
  • Related terms -- Allows relationships between terms within this vocabulary. Think of these as see also-references.
  • "; $output .= "
  • Hierarchy -- Allows a tree-like taxonomy, as in our Foods example above
  • "; $output .= "
  • Multiple select -- Allows nodes to be described using more than one term. Nodes may then appear on multiple taxonomy pages.
  • "; - $output .= "
  • Required -- Each node has to have a term in this vacabulary associated with it.
  • "; - $output .= "
  • Weight -- The over all weight for this vocaulary in listings with multiple vacabularies.
  • "; + $output .= "
  • Required -- Each node has to have a term in this vocabulary associated with it.
  • "; + $output .= "
  • Weight -- The over all weight for this vocabulary in listings with multiple vocabularies.
  • "; $output .= "

    "; $output .= "

    Adding terms to a vocabulary

    Once done defining the vocabulary, you have to add terms to it to make it useful. The options you see when adding a term to a vocabulary will depend on what you selected for related terms, hierarchy and multiple select. These options are:

    "; $output .= "