diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-10 21:26:30 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2010-01-10 21:26:30 +0000 |
commit | c226c6acddd3fc1dac5f31cb89b0754d0608c27e (patch) | |
tree | a1d30fed1333431839e958becc2e1a785fdcab44 /modules/taxonomy/taxonomy.module | |
parent | 6b4aa3080f37c589b7d7cb30fecae450f1ac3abc (diff) | |
download | brdo-c226c6acddd3fc1dac5f31cb89b0754d0608c27e.tar.gz brdo-c226c6acddd3fc1dac5f31cb89b0754d0608c27e.tar.bz2 |
#680256 by reglogge, Bojhan, and greg.harvey: Add descriptive text to Taxonomy landing page.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-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]); |