2c2 < index 8f5b186..ed8349b 100644 --- > index 8f5b186..641fe8d 100644 4a5,13 > @@ -119,7 +119,7 @@ function comment_views_data() { > // mail > $data['comment']['mail'] = array( > 'title' => t('Mail'), > - 'help' => t('Email of user that posted the comment. Will be empty if the author is a registered user.'), > + 'help' => t('E-mail of user that posted the comment. Will be empty if the author is a registered user.'), > 'field' => array( > 'id' => 'standard', > ), 233c242 < index 4107938..1d69983 100644 --- > index 4107938..69398ee 100644 236c245 < @@ -116,7 +116,7 @@ function user_views_data() { --- > @@ -116,8 +116,8 @@ function user_views_data() { 240a250 > - 'help' => t('Email address for a given user. This field is normally not shown to users, so be cautious when using it.'), // The help that appears on the UI, 242c252 < 'help' => t('Email address for a given user. This field is normally not shown to users, so be cautious when using it.'), // The help that appears on the UI, --- > + 'help' => t('E-mail address for a given user. This field is normally not shown to users, so be cautious when using it.'), 244a255 > ),