From: Coleman Watts Date: Sun, 16 Nov 2014 02:53:39 +0000 (-0500) Subject: CRM-15603 - Standardize case of 'Modified By' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ab090b594f4778d32cd666af54d6d2bb7a96cdda;p=civicrm-core.git CRM-15603 - Standardize case of 'Modified By' --- diff --git a/CRM/Contact/BAO/Query.php b/CRM/Contact/BAO/Query.php index 145e7787a1..82b0ba67e2 100644 --- a/CRM/Contact/BAO/Query.php +++ b/CRM/Contact/BAO/Query.php @@ -3862,7 +3862,7 @@ WHERE id IN ( $groupIDs ) $name = $targetName[4] ? "%$name%" : $name; $this->_where[$grouping][] = "contact_b_log.sort_name LIKE '%$name%'"; $this->_tables['civicrm_log'] = $this->_whereTables['civicrm_log'] = 1; - $this->_qill[$grouping][] = ts('Modified by') . ": $name"; + $this->_qill[$grouping][] = ts('Modified By') . " $name"; } /**