CRM-15603 - Remove extra trailing space
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 01:49:53 +0000 (20:49 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:36 +0000 (08:41 -0500)
CRM/Contact/BAO/Query.php

index ee0b3c7722abd08b204ed48f45b6351d181dd16f..8207dadcf8531a59a881e57ca7d50e98dbbcf6d8 100644 (file)
@@ -3315,7 +3315,7 @@ WHERE  id IN ( $groupIDs )
     $this->_where[$grouping][] = $sub;
     if ($config->includeEmailInName) {
       $this->_tables['civicrm_email'] = $this->_whereTables['civicrm_email'] = 1;
-      $this->_qill[$grouping][] = ts('Name or Email ') . "$op - '$name'";
+      $this->_qill[$grouping][] = ts('Name or Email') . " $op - '$name'";
     }
     else {
       $this->_qill[$grouping][] = ts('Name like') . " - '$name'";