diff --git a/modules/comment/views_handler_field_comment.inc b/modules/comment/views_handler_field_comment.inc index 84edc0c17cf3dedc111d97beafb68be2b542583c..9458bad5eedbe516b84d968ff813fc3ea81df5b8 100644 --- a/modules/comment/views_handler_field_comment.inc +++ b/modules/comment/views_handler_field_comment.inc @@ -33,7 +33,7 @@ class views_handler_field_comment extends views_handler_field { '#default_value' => $this->options['link_to_comment'], ); $form['link_to_node'] = array( - '#title' => t('Link to field to the node if there is no comment.'), + '#title' => t('Link field to the node if there is no comment.'), '#type' => 'checkbox', '#default_value' => $this->options['link_to_node'], ); diff --git a/modules/comment/views_handler_field_comment_link.inc b/modules/comment/views_handler_field_comment_link.inc index c04eb92c82decb60c0c8a93e57d70b2c2a7f9f16..fd4ed7a82dd49f197a7c128be5587a2c99c965b7 100644 --- a/modules/comment/views_handler_field_comment_link.inc +++ b/modules/comment/views_handler_field_comment_link.inc @@ -23,7 +23,7 @@ class views_handler_field_comment_link extends views_handler_field { '#default_value' => $this->options['text'], ); $form['link_to_node'] = array( - '#title' => t('Link to field to the node if there is no comment.'), + '#title' => t('Link field to the node if there is no comment.'), '#type' => 'checkbox', '#default_value' => $this->options['link_to_node'], );