From dbcbda9175d145d459cc2e66af045b56d7e3391b Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Tue, 26 Apr 2016 13:09:05 +0100 Subject: [PATCH] Issue #2710709 by Pashupathi Nath Gajawada: Views 'Combine fields filter' has inaccurate UI help text --- core/modules/views/views.views.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', ),