Issue #2710709 by Pashupathi Nath Gajawada: Views 'Combine fields filter' has inaccurate UI help text
parent
1a01a33a0c
commit
dbcbda9175
|
@ -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',
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue