diff options
author | Dries Buytaert <dries@buytaert.net> | 2004-11-23 22:20:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2004-11-23 22:20:41 +0000 |
commit | 9574766ad8f8810baf42a81ae105984254f0fc0a (patch) | |
tree | 12a5015957b5d6cdb3c4f24680a5bf23bab0e67c /modules/taxonomy/taxonomy.module | |
parent | e19a3cf42d73942e37ca644f8ba5fa271b983e3d (diff) | |
download | brdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.gz brdo-9574766ad8f8810baf42a81ae105984254f0fc0a.tar.bz2 |
- Patch by Stefan: wrapped the help texts in <p></p> tags. Helps improve consistency.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 6ef41d12b..40759135d 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -1010,9 +1010,9 @@ function taxonomy_help($section) { case 'admin/modules#description': return t('Enables the organization of content into categories.'); case 'admin/taxonomy': - return t('The taxonomy module allows you to classify content into categories and subcategories; it allows multiple lists of categories for classification (controlled vocabularies) and offers the possibility of creating thesauri (controlled vocabularies that indicate the relationship of terms) and taxonomies (controlled vocabularies where relationships are indicated hierarchically). To delete a term choose "edit term". To delete a vocabulary, and all its terms, choose "edit vocabulary".'); + return t('<p>The taxonomy module allows you to classify content into categories and subcategories; it allows multiple lists of categories for classification (controlled vocabularies) and offers the possibility of creating thesauri (controlled vocabularies that indicate the relationship of terms) and taxonomies (controlled vocabularies where relationships are indicated hierarchically). To delete a term choose "edit term". To delete a vocabulary, and all its terms, choose "edit vocabulary".</p>'); case 'admin/taxonomy/add/vocabulary': - return t("When you create a controlled vocabulary you are creating a set of terms to use for describing content (known as descriptors in indexing lingo). Drupal allows you to describe each piece of content (blog, story, etc.) using one or many of these terms. For simple implementations, you might create a set of categories without subcategories, similar to Slashdot.org's or Kuro5hin.org's sections. For more complex implementations, you might create a hierarchical list of categories."); + return t("<p>When you create a controlled vocabulary you are creating a set of terms to use for describing content (known as descriptors in indexing lingo). Drupal allows you to describe each piece of content (blog, story, etc.) using one or many of these terms. For simple implementations, you might create a set of categories without subcategories, similar to Slashdot.org's or Kuro5hin.org's sections. For more complex implementations, you might create a hierarchical list of categories.</p>"); case 'admin/help#taxonomy': return t(' <h3>Background</h3> |