diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-01-18 07:58:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-01-18 07:58:22 +0000 |
commit | 88d0603e938eb33d87c4f1e5ab47137434807941 (patch) | |
tree | 53064e389b79e6b861067428ed2f98c878d665a0 | |
parent | 24e76c0d6cb21dfe7aaadbc8c6ba1198e7da79dc (diff) | |
download | brdo-88d0603e938eb33d87c4f1e5ab47137434807941.tar.gz brdo-88d0603e938eb33d87c4f1e5ab47137434807941.tar.bz2 |
- Patch 5080 by lizardo: fixed two typos in the taxonomy module's help text.
-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>"; |