diff --git a/modules/node.views.inc b/modules/node.views.inc index 71a1023..564f1aa 100644 --- a/modules/node.views.inc +++ b/modules/node.views.inc @@ -482,8 +482,8 @@ function node_views_data() { 'handler' => 'views_handler_relationship', 'base' => 'node', 'base field' => 'nid', - 'title' => t('Content'), - 'label' => t('Get the actual content from a content revision.'), + 'title' => t('current data (Nid)'), + 'label' => t('Get the current data from a content revision.'), ), ); @@ -514,8 +514,8 @@ function node_views_data() { 'handler' => 'views_handler_relationship', 'base' => 'node', 'base field' => 'vid', - 'title' => t('Content'), - 'label' => t('Get the actual content from a content revision.'), + 'title' => t('historical data (Vid)'), + 'label' => t('Get the historical data from a content revision.'), ), );