From a3e9b35afc1716969bfc75ba31df169bbeb28cb5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 1 Apr 2005 15:55:02 +0000 Subject: - Patch #19451 by JonBob: improved consistency of module descriptions. We should write guidelines for this -- maybe in the PHPDoc code of the _help hook. --- modules/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 9ebc1aebf..de86ed445 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -1049,7 +1049,7 @@ function taxonomy_rss_item($node) { function taxonomy_help($section) { switch ($section) { case 'admin/modules#description': - return t('Enables the organization of content into categories.'); + 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) 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".

'); case 'admin/taxonomy/add/vocabulary': -- cgit v1.2.3