Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.391
diff -u -r1.391 taxonomy.module
--- modules/taxonomy/taxonomy.module	14 Nov 2007 13:39:58 -0000	1.391
+++ modules/taxonomy/taxonomy.module	14 Nov 2007 19:32:48 -0000
@@ -3,7 +3,7 @@
 
 /**
  * @file
- * Enables the organization of content into categories.
+ * Enables the organization of content into vocabularies and terms.
  */
 
 /**
@@ -104,8 +104,8 @@
  */
 function taxonomy_menu() {
   $items['admin/content/taxonomy'] = array(
-    'title' => 'Categories',
-    'description' => 'Create vocabularies and terms to categorize your content.',
+    'title' => 'Taxonomy',
+    'description' => 'Categorisation and tagging.',
     'page callback' => 'taxonomy_overview_vocabularies',
     'access arguments' => array('administer taxonomy'),
     'file' => 'taxonomy.admin.inc',
@@ -491,7 +491,7 @@
         // Add fieldset only if form has more than 1 element.
         $form['taxonomy'] += array(
           '#type' => 'fieldset',
-          '#title' => t('Categories'),
+          '#title' => t('Vocabularies'),
           '#collapsible' => TRUE,
           '#collapsed' => FALSE,
         );
