diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/taxonomy/taxonomy.module | 2 |
1 files changed, 1 insertions, 1 deletions
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 .= '</dl>'; return $output; case 'admin/structure/taxonomy': - $output = '<p>' . t('Configure the vocabularies and terms for your site.') . '</p>'; + $output = '<p>' . t('Taxonomy is for categorizing content. Terms are grouped into vocabularies. For example, a vocabulary called "Fruit" would contain the terms "Apple" and "Banana".') . '</p>'; return $output; case 'admin/structure/taxonomy/%': $vocabulary = taxonomy_vocabulary_load($arg[3]); |