CRM-12743 - goodbye eval
[civicrm-core.git] / CRM / Event / Form / ManageEvent / ScheduleReminders.php
index 8d4fde8a034d49a06abd809671562a4e37f2dac2..7da7e3f2519af4012b061b241439d71a0251fc6d 100755 (executable)
@@ -166,7 +166,7 @@ class CRM_Event_Form_ManageEvent_ScheduleReminders extends CRM_Event_Form_Manage
     $this->add('select', 'end_date', ts('Date Field'), $sel4, TRUE);
 
     $recipient = 'event_contacts';
-    $this->add('select', 'recipient', ts('Additional Recipient(s)'), $sel5[$recipient],
+    $this->add('select', 'recipient', ts('Limit Recipients'), $sel5[$recipient],
       FALSE, array('onClick' => "showHideByValue('recipient','manual','recipientManual','table-row','select',false); showHideByValue('recipient','group','recipientGroup','table-row','select',false);")
     );
     $recipientListing = $this->add('select', 'recipient_listing', ts('Recipient Listing'),