Issue #2710709 by Pashupathi Nath Gajawada: Views 'Combine fields filter' has inaccurate UI help text

8.2.x
Alex Pott 2016-04-26 13:09:05 +01:00
parent 1a01a33a0c
commit dbcbda9175
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function views_views_data() {
$data['views']['combine'] = array( $data['views']['combine'] = array(
'title' => t('Combine fields filter'), '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( 'filter' => array(
'id' => 'combine', 'id' => 'combine',
), ),