From d68d92a165fd9c5c2af7160816886b6a88f6b15c Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 25 May 2016 17:14:52 +0530 Subject: [PATCH] string fixes --- CRM/Event/Form/Task/Batch.php | 2 +- templates/CRM/Event/Form/Task/Batch.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/Form/Task/Batch.php b/CRM/Event/Form/Task/Batch.php index 4464c74d3d..2a5965be2c 100644 --- a/CRM/Event/Form/Task/Batch.php +++ b/CRM/Event/Form/Task/Batch.php @@ -522,7 +522,7 @@ class CRM_Event_Form_Task_Batch extends CRM_Event_Form_Task { $notifyingStatuses = array('Pending from waitlist', 'Pending from approval', 'Expired', 'Cancelled'); $notifyingStatuses = array_intersect($notifyingStatuses, CRM_Event_PseudoConstant::participantStatus()); $statuses = implode(', ', $notifyingStatuses); - $status = ts('Participants whose status is changed FROM Pending Pay Later TO Registered or Attended will receive a confirmation email and their payment status will be set to completed. If this is notyou want to do, you can change their participant status by editing their event registration record directly.'); + $status = ts('Participants whose status is changed FROM Pending Pay Later TO Registered or Attended will receive a confirmation email and their payment status will be set to completed. If this is not you want to do, you can change their participant status by editing their event registration record directly.'); if (!empty($notifyingStatuses)) { $status .= '
' . ts("Participants whose status is changed TO any of the following will be automatically notified via email: %1", array(1 => $statuses)); } diff --git a/templates/CRM/Event/Form/Task/Batch.tpl b/templates/CRM/Event/Form/Task/Batch.tpl index 7625d3222a..85c2d169c4 100644 --- a/templates/CRM/Event/Form/Task/Batch.tpl +++ b/templates/CRM/Event/Form/Task/Batch.tpl @@ -38,7 +38,7 @@ Copy icon (next to the column title).{/ts} {/if} -

{ts}ClickUpdate Participant(s)below to save all your changes.{/ts}

+

{ts}Click Update Participant(s) below to save all your changes.{/ts}

-- 2.25.1