summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-01-29 07:50:45 +0000
committerDries Buytaert <dries@buytaert.net>2006-01-29 07:50:45 +0000
commit15ff8c8e32f6606ba73f765daa2b894ef88cd96c (patch)
tree0a88b463d166a7b04bb762f9eaf9a36d35ec5397 /modules/taxonomy
parent2210b607b063f5aa748190add99b85e4628da6cf (diff)
downloadbrdo-15ff8c8e32f6606ba73f765daa2b894ef88cd96c.tar.gz
brdo-15ff8c8e32f6606ba73f765daa2b894ef88cd96c.tar.bz2
- Patch #46827 by wulff: fixed incorrect links.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module
index 8a197c60d..483724bbb 100644
--- a/modules/taxonomy/taxonomy.module
+++ b/modules/taxonomy/taxonomy.module
@@ -1206,8 +1206,8 @@ function taxonomy_help($section) {
$output .= '<p>'. t('A controlled vocabulary is a set of terms to use for describing content (known as descriptors in indexing lingo). Drupal allows you to describe each piece of content (blog, story, etc.) using one or many of these terms. For simple implementations, you might create a set of categories without subcategories, similar to Slashdot\'s sections. For more complex implementations, you might create a hierarchical list of categories. ') .'</p>';
$output .= t('<p>You can</p>
<ul>
-<li>add a vocabulary at <a href="%admin-taxonomy-add-vocabulary">administer &gt;&gt; taxonomy &gt;&gt; add vocabulary</a>.</li>
-<li>administer taxonomy at <a href="%admin-taxonomy">administer &gt;&gt; taxonomy</a>.</li>
+<li>add a vocabulary at <a href="%admin-taxonomy-add-vocabulary">administer &gt;&gt; categories &gt;&gt; add vocabulary</a>.</li>
+<li>administer taxonomy at <a href="%admin-taxonomy">administer &gt;&gt; categories</a>.</li>
<li>restrict content access by category for specific users roles using the <a href="%external-http-drupal-org-project-taxonomy_access">taxonomy access module</a>.</li>
<li>build a custom view of your categories using the <a href="%external-http-drupal-org-project-taxonomy_browser">taxonomy browser</a>.</li>
</ul>