projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c514970
)
CRM-15603 - Standardize phrasing of 'Select Group'
author
Coleman Watts
<coleman@civicrm.org>
Sun, 16 Nov 2014 01:58:34 +0000
(20:58 -0500)
committer
Coleman Watts
<coleman@civicrm.org>
Sun, 16 Nov 2014 13:41:37 +0000
(08:41 -0500)
CRM/Core/BAO/ActionSchedule.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Core/BAO/ActionSchedule.php
b/CRM/Core/BAO/ActionSchedule.php
index bfcba4953e92edb34ef09cae77d64d949d3bbe45..0a48d4b28330f05aeb5447f593ecbcbad5461beb 100755
(executable)
--- 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));