CRM-15603 - Standardize case of 'Modified By'
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 02:53:39 +0000 (21:53 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:37 +0000 (08:41 -0500)
CRM/Contact/BAO/Query.php

index 145e7787a1ebb4a6bf200e9ea2c4218b0bc9bcfd..82b0ba67e25021eec9d300ff10f5ffead037ff34 100644 (file)
@@ -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";
   }
 
   /**