summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-09-09 11:28:57 +0000
committerDries Buytaert <dries@buytaert.net>2009-09-09 11:28:57 +0000
commite85ba39753d79b94894d6f8207839c95337a0a0b (patch)
tree6b358850c9a13d53ceb8a3344561de683913e7b6 /modules/taxonomy/taxonomy.module
parentc84751cbf5ce01c91fca16ef8b328e5595074dfd (diff)
downloadbrdo-e85ba39753d79b94894d6f8207839c95337a0a0b.tar.gz
brdo-e85ba39753d79b94894d6f8207839c95337a0a0b.tar.bz2
- Patch #570440 by yoroy, emmajane: removed the taxonomy wall of text.
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
-rw-r--r--modules/taxonomy/taxonomy.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 74c8a81fe..662136105 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1661,8 +1661,7 @@ function taxonomy_help($path, $arg) {
$output .= '<p>' . t('For more information, see the online handbook entry for <a href="@taxonomy">Taxonomy module</a>.', array('@taxonomy' => 'http://drupal.org/handbook/modules/taxonomy/')) . '</p>';
return $output;
case 'admin/structure/taxonomy':
- $output = '<p>' . t("The taxonomy module allows you to categorize your content using both tags and administrator defined terms. It is a flexible tool for classifying content with many advanced features. To begin, create a 'Vocabulary' to hold one set of terms or tags. You can create one free-tagging vocabulary for everything, or separate controlled vocabularies to define the various properties of your content, for example 'Countries' or 'Colors'.") . '</p>';
- $output .= '<p>' . t('Use the list below to configure and review the vocabularies defined on your site, or to list and manage the terms (tags) they contain. A vocabulary may (optionally) be tied to specific content types as shown in the <em>Type</em> column and, if so, will be displayed when creating or editing posts of that type. Multiple vocabularies tied to the same content type will be displayed in the order shown below. Remember that your changes will not be saved until you click the <em>Save</em> button at the bottom of the page.') . '</p>';
+ $output = '<p>' . t('Configure the vocabularies and terms for your site.') . '</p>';
return $output;
case 'admin/structure/taxonomy/%/list':
$vocabulary = taxonomy_vocabulary_load($arg[3]);