--- taxonomy.admin.inc.original	2010-02-19 10:38:16.000000000 -0500
+++ taxonomy.admin.inc.sfyn	2010-02-19 10:50:24.000000000 -0500
@@ -110,6 +110,10 @@ function taxonomy_form_vocabulary($form,
   if (isset($form_state['confirm_delete']) && isset($form_state['values']['vid'])) {
     return taxonomy_vocabulary_confirm_delete($form, $form_state, $form_state['values']['vid']);
   }
+  $form['helptext'] = array(
+    '#markup' => t('Edit your taxonomy here, and apply it to !link in the manage fields tab', array ('!link' => l(t('content types'), 'admin/structure/types'), ) ),
+  );
+  
   $form['name'] = array(
     '#type' => 'textfield',
     '#title' => t('Name'),
