From c226c6acddd3fc1dac5f31cb89b0754d0608c27e Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 10 Jan 2010 21:26:30 +0000 Subject: #680256 by reglogge, Bojhan, and greg.harvey: Add descriptive text to Taxonomy landing page. --- modules/taxonomy/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy/taxonomy.module') diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 226008e2e..867389c5a 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/taxonomy.module @@ -39,7 +39,7 @@ function taxonomy_help($path, $arg) { $output .= ''; return $output; case 'admin/structure/taxonomy': - $output = '

' . t('Configure the vocabularies and terms for your site.') . '

'; + $output = '

' . t('Taxonomy is for categorizing content. Terms are grouped into vocabularies. For example, a vocabulary called "Fruit" would contain the terms "Apple" and "Banana".') . '

'; return $output; case 'admin/structure/taxonomy/%': $vocabulary = taxonomy_vocabulary_load($arg[3]); -- cgit v1.2.3