summaryrefslogtreecommitdiff
path: root/modules/taxonomy.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/taxonomy.module')
-rw-r--r--modules/taxonomy.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy.module b/modules/taxonomy.module
index 695db46d2..2bc895b1a 100644
--- a/modules/taxonomy.module
+++ b/modules/taxonomy.module
@@ -2,7 +2,7 @@
// $Id$
function taxonomy_system($field){
- $system["description"] = t("Enables the organization of content into categories and subcategories.");
+ $system["description"] = t("Enables the organization of content into categories.");
return $system[$field];
}