diff --git a/core/modules/comment/comment.views.inc b/core/modules/comment/comment.views.inc
index 79c3bc3..a836bcf 100644
--- a/core/modules/comment/comment.views.inc
+++ b/core/modules/comment/comment.views.inc
@@ -434,7 +434,7 @@ function comment_views_data() {
   // comment_count
   $data['node_comment_statistics']['comment_count'] = array(
     'title' => t('Comment count'),
-    'help' => t('The number of comments a node has.'),
+    'help' => t('The number of comments on a piece of content.'),
     'field' => array(
       'id' => 'numeric',
       'click sortable' => TRUE,
@@ -525,7 +525,7 @@ function comment_views_data_alter(&$data) {
   $data['node']['comments_link'] = array(
     'field' => array(
       'title' => t('Add comment link'),
-      'help' => t('Display the standard add comment link used on regular nodes, which will only display if the viewing user has access to add a comment.'),
+      'help' => t('Display the standard add comment link used on content.'),
       'id' => 'comment_node_link',
     ),
   );
@@ -533,7 +533,7 @@ function comment_views_data_alter(&$data) {
   // Comment status of the node
   $data['node']['comment'] = array(
     'title' => t('Comment status'),
-    'help' => t('Whether comments are enabled or disabled on the node.'),
+    'help' => t('Whether comments are enabled or disabled.'),
     'field' => array(
       'id' => 'node_comment',
       'click sortable' => TRUE,
diff --git a/core/modules/node/node.views.inc b/core/modules/node/node.views.inc
index 3a396bb..b887b6b 100644
--- a/core/modules/node/node.views.inc
+++ b/core/modules/node/node.views.inc
@@ -384,7 +384,7 @@ function node_views_data() {
   // uid field
   $data['node']['uid'] = array(
     'title' => t('Author uid'),
-    'help' => t('The user authoring the content. If you need more fields than the uid add the content: author relationship'),
+    'help' => t('The user authoring the content.'),
     'relationship' => array(
       'title' => t('Author'),
       'help' => t('Relate content to the user who created it.'),
diff --git a/core/modules/taxonomy/taxonomy.views.inc b/core/modules/taxonomy/taxonomy.views.inc
index 57ef50c..fc5e39f 100644
--- a/core/modules/taxonomy/taxonomy.views.inc
+++ b/core/modules/taxonomy/taxonomy.views.inc
@@ -372,7 +372,7 @@ function taxonomy_views_data_alter(&$data) {
     ),
     'field' => array(
       'title' => t('All taxonomy terms'),
-      'help' => t('Display all taxonomy terms associated with a node from specified vocabularies.'),
+      'help' => t('Display all terms assigned to a piece of content.'),
       'id' => 'taxonomy_index_tid',
       'no group by' => TRUE,
     ),
