summaryrefslogtreecommitdiff
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
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.
-rw-r--r--CHANGELOG.txt2
-rw-r--r--modules/node/node.module2
-rw-r--r--modules/system/system.api.php2
3 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 0801e21d1..3c5367d1d 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,8 @@
Drupal 7.32, xxxx-xx-xx (development version)
-----------------------
+- Renamed the "Search result" view mode to "Search result highlighting input"
+ to better reflect how it is used (UI change).
- Improved database queries generated by EntityFieldQuery in the case where
delta or language condition groups are used, to reduce the number of INNER
JOINs (this is a minor data structure change affecting code which implements
diff --git a/modules/node/node.module b/modules/node/node.module
index ba72b8506..acca83ecb 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -210,7 +210,7 @@ function node_entity_info() {
'custom settings' => FALSE,
),
'search_result' => array(
- 'label' => t('Search result'),
+ 'label' => t('Search result highlighting input'),
'custom settings' => FALSE,
),
);
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,
),
);