summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-09-05 16:22:26 -0400
committerDavid Rothstein <drothstein@gmail.com>2014-09-05 16:22:26 -0400
commit8a6142a83dc826972a2319825545da814f484e04 (patch)
tree84528bb26c8d636c2a4ad8230bec0cf934eb4fb8 /modules/system
parent22000303106e6428df331bc98da773d49fa6cec7 (diff)
downloadbrdo-8a6142a83dc826972a2319825545da814f484e04.tar.gz
brdo-8a6142a83dc826972a2319825545da814f484e04.tar.bz2
Issue #1166114 by jhodgdon, tomogden, Rajendar Reddy, larowlan, swentel, splatio, erics14, MF82 | RobLoach: Renamed the "Search result" view mode to "Search result highlighting input" to better reflect how it is used.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index 22175b130..b60f50deb 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -247,7 +247,7 @@ function hook_entity_info() {
'custom settings' => FALSE,
),
'search_result' => array(
- 'label' => t('Search result'),
+ 'label' => t('Search result highlighting input'),
'custom settings' => FALSE,
),
);