CRM-15603 - Standardize phrasing of 'Select Group'
authorColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 01:58:34 +0000 (20:58 -0500)
committerColeman Watts <coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:37 +0000 (08:41 -0500)
CRM/Core/BAO/ActionSchedule.php

index bfcba4953e92edb34ef09cae77d64d949d3bbe45..0a48d4b28330f05aeb5447f593ecbcbad5461beb 100755 (executable)
@@ -112,7 +112,7 @@ class CRM_Core_BAO_ActionSchedule extends CRM_Core_DAO_ActionSchedule {
     $sel1 = $sel2 = $sel3 = $sel4 = $sel5 = array();
     $options = array(
       'manual' => ts('Choose Recipient(s)'),
-      'group' => ts('Select Group'),
+      'group' => ts('Select Group'),
     );
 
     $entityMapping = array();
@@ -271,7 +271,7 @@ class CRM_Core_BAO_ActionSchedule extends CRM_Core_DAO_ActionSchedule {
     $sel4 = $sel5 = array();
     $options = array(
       'manual' => ts('Choose Recipient(s)'),
-      'group' => ts('Select Group'),
+      'group' => ts('Select Group'),
     );
 
     $recipientMapping = array_combine(array_keys($options), array_keys($options));