diff options
-rw-r--r-- | modules/taxonomy.module | 4 | ||||
-rw-r--r-- | modules/taxonomy/taxonomy.module | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 40b3e3472..07f4639c0 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -860,8 +860,8 @@ function taxonomy_help($section = "admin/help#taxonomy") { $output .= "<li><a id=\"related-terms\"></a><strong>Related terms</strong> -- Allows relationships between terms within this vocabulary. Think of these as <i>see also</i>-references.</li>"; $output .= "<li><a id=\"hierarchy\"></a><strong>Hierarchy</strong> -- Allows a tree-like taxonomy, as in our <i>Foods</i> example above</li>"; $output .= "<li><strong>Multiple select</strong> -- Allows nodes to be described using more than one term. Nodes may then appear on multiple taxonomy pages.</li>"; - $output .= "<li><strong>Required</strong> -- Each node has to have a term in this vacabulary associated with it.</li>"; - $output .= "<li><strong>Weight</strong> -- The over all weight for this vocaulary in listings with multiple vacabularies.</li>"; + $output .= "<li><strong>Required</strong> -- Each node has to have a term in this vocabulary associated with it.</li>"; + $output .= "<li><strong>Weight</strong> -- The over all weight for this vocabulary in listings with multiple vocabularies.</li>"; $output .= "</ul></p>"; $output .= "<h4>Adding terms to a vocabulary</h4><p>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 <i>related terms</i>, <i>hierarchy </i>and <i>multiple select</i>. These options are:</p>"; $output .= "<p><ul>"; 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 .= "<li><a id=\"related-terms\"></a><strong>Related terms</strong> -- Allows relationships between terms within this vocabulary. Think of these as <i>see also</i>-references.</li>"; $output .= "<li><a id=\"hierarchy\"></a><strong>Hierarchy</strong> -- Allows a tree-like taxonomy, as in our <i>Foods</i> example above</li>"; $output .= "<li><strong>Multiple select</strong> -- Allows nodes to be described using more than one term. Nodes may then appear on multiple taxonomy pages.</li>"; - $output .= "<li><strong>Required</strong> -- Each node has to have a term in this vacabulary associated with it.</li>"; - $output .= "<li><strong>Weight</strong> -- The over all weight for this vocaulary in listings with multiple vacabularies.</li>"; + $output .= "<li><strong>Required</strong> -- Each node has to have a term in this vocabulary associated with it.</li>"; + $output .= "<li><strong>Weight</strong> -- The over all weight for this vocabulary in listings with multiple vocabularies.</li>"; $output .= "</ul></p>"; $output .= "<h4>Adding terms to a vocabulary</h4><p>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 <i>related terms</i>, <i>hierarchy </i>and <i>multiple select</i>. These options are:</p>"; $output .= "<p><ul>"; |