CRM-15603 - Fix extra spaces in 'Contact Type' label
authorColeman Watts <coleman@civicrm.org>
Sat, 15 Nov 2014 02:55:33 +0000 (21:55 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:36 +0000 (08:41 -0500)
CRM/Report/Form/Contact/Relationship.php

index db3adbd89c4dce7aeabffdecfcec79d6c06d3fd5..547a08dede649a9e8a9293251d7570836356c99a 100644 (file)
@@ -84,7 +84,7 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form {
             'type' => CRM_Report_Form::OP_STRING,
           ),
           'contact_type_a' =>
-          array('title' => ts('Contact Type  A'),
+          array('title' => ts('Contact Type A'),
             'name' => 'contact_type',
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => $contact_type,
@@ -129,7 +129,7 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form {
             'type' => CRM_Report_Form::OP_STRING,
           ),
           'contact_type_b' =>
-          array('title' => ts('Contact Type  B'),
+          array('title' => ts('Contact Type B'),
             'name' => 'contact_type',
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
             'options' => $contact_type,