diff --git a/core/modules/views/views.views.inc b/core/modules/views/views.views.inc index dcca9865f9f..23b37314bf8 100644 --- a/core/modules/views/views.views.inc +++ b/core/modules/views/views.views.inc @@ -114,7 +114,7 @@ function views_views_data() { $data['views']['combine'] = array( 'title' => t('Combine fields filter'), - 'help' => t('Combine two fields together and search by them.'), + 'help' => t('Combine multiple fields together and search by them.'), 'filter' => array( 'id' => 'combine', ),