--- views/modules/taxonomy.views.inc	2009-06-04 18:26:35.000000000 -0700
+++ views-dev/modules/taxonomy.views.inc	2009-08-25 04:13:41.000000000 -0700
@@ -162,10 +162,13 @@ function taxonomy_views_data() {
   // Term vocabulary
   $data['term_data']['vid'] = array(
     'title' => t('Vocabulary'),
-    'help' => t('Filter the results of "Taxonomy: Term" to a particular vocabulary.'),
+    'help' => t('Filter or sort the results of "Taxonomy: Term" by Vocabulary ID.'),
     'filter' => array(
       'handler' => 'views_handler_filter_vocabulary_vid',
     ),
+    'sort' => array(
+      'handler' => 'views_handler_sort',
+    ),
   );
 
   // ----------------------------------------------------------------------
