From 06141953096b2b79c3714a20ee2f838e25ee0d7d Mon Sep 17 00:00:00 2001 From: Karin Gerritsen Date: Wed, 31 Aug 2016 11:37:18 -0600 Subject: [PATCH] English grammar edit --- CRM/Event/Form/Registration/Register.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Event/Form/Registration/Register.php b/CRM/Event/Form/Registration/Register.php index cc8d156b04..9ec3fb30fc 100644 --- a/CRM/Event/Form/Registration/Register.php +++ b/CRM/Event/Form/Registration/Register.php @@ -1203,7 +1203,7 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration { $registerUrl .= '&pcpId=' . $self->_pcpId; } - $status = ts("It looks like you are already registered for this event. If you want to change your registration, or you feel that you've gotten this message in error, please contact the site administrator.") . ' ' . ts('You can also register another participant.', array(1 => $registerUrl)); + $status = ts("It looks like you are already registered for this event. If you want to change your registration, or you feel that you've received this message in error, please contact the site administrator.") . ' ' . ts('You can also register another participant.', array(1 => $registerUrl)); $session->setStatus($status, ts('Oops.'), 'alert'); $url = CRM_Utils_System::url('civicrm/event/info', "reset=1&id={$self->_values['event']['id']}&noFullMsg=true" @@ -1220,7 +1220,7 @@ class CRM_Event_Form_Registration_Register extends CRM_Event_Form_Registration { } if ($isAdditional) { - $status = ts("It looks like this participant is already registered for this event. If you want to change your registration, or you feel that you've gotten this message in error, please contact the site administrator."); + $status = ts("It looks like this participant is already registered for this event. If you want to change your registration, or you feel that you've received this message in error, please contact the site administrator."); $session->setStatus($status, ts('Oops.'), 'alert'); return $participant->id; } -- 2.25.1