From: Coleman Watts Date: Sun, 16 Nov 2014 01:58:34 +0000 (-0500) Subject: CRM-15603 - Standardize phrasing of 'Select Group' X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ffaa30475984bd73e015a3944ca30571fbfcd0c1;p=civicrm-core.git CRM-15603 - Standardize phrasing of 'Select Group' --- diff --git a/CRM/Core/BAO/ActionSchedule.php b/CRM/Core/BAO/ActionSchedule.php index bfcba4953e..0a48d4b283 100755 --- a/CRM/Core/BAO/ActionSchedule.php +++ b/CRM/Core/BAO/ActionSchedule.php @@ -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 a 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 a Group'), + 'group' => ts('Select Group'), ); $recipientMapping = array_combine(array_keys($options), array_keys($options));