diff --git modules/taxonomy.views.inc modules/taxonomy.views.inc
index ff1cb6b..24b42d6 100644
--- modules/taxonomy.views.inc
+++ modules/taxonomy.views.inc
@@ -364,7 +364,7 @@ function taxonomy_views_data() {
 function taxonomy_views_data_alter(&$data) {
   $data['node']['term_node_tid'] = array(
     'group' => t('Taxonomy'),
-    'title' => t('Related terms'),
+    'title' => t('Terms on node'),
     'help' => t('Relate nodes to taxonomy terms, specifiying which vocabulary or vocabularies to use. This relationship will cause duplicated records if there are multiple terms.'),
     'relationship' => array(
       'handler' => 'views_handler_relationship_node_term_data',
