Index: taxonomy.module =================================================================== RCS file: /cvs/drupal/drupal/modules/taxonomy.module,v retrieving revision 1.223 diff -u -r1.223 taxonomy.module --- taxonomy.module 12 Sep 2005 21:55:41 -0000 1.223 +++ taxonomy.module 16 Sep 2005 16:31:41 -0000 @@ -1209,7 +1209,7 @@ case 'admin/modules#description': return t('Enables the categorization of content.'); 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), taxonomies (controlled vocabularies where relationships are indicated hierarchically), and free vocabularies where terms, or tags, are defined during content creation. To delete a term, choose "edit term". To delete a vocabulary and all its terms, choose "edit vocabulary".

'); + return t('

This site\'s content can be categorized using vocabularies and terms. Vocabularies are categories that hold terms, or subcategories. For example, a vocabulary specific to story nodes called "News" might contain the terms "Business" and "Sports." You can relate vocabularies to eachother in sophisticated ways to index and group related material on your site so users can find the content of interest to them.

To delete or edit a vocabulary, click its "edit vocabulary" link. To add a vocabulary, click the "add vocabulary" tab. To view and edit a vocabularies terms, click "edit terms."

'); 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.

"); case 'admin/help#taxonomy':