From 2cd4a7f3e45563b1842de71d4377fc3fe76e2804 Mon Sep 17 00:00:00 2001 From: Karin Gerritsen Date: Thu, 1 Sep 2016 07:40:49 -0600 Subject: [PATCH] English language/grammar - 4.6 branch One of my clients would very much like to see this small English language/grammar edit. JIRA: https://issues.civicrm.org/jira/browse/CRM-19289 - Already fixed in 4.7 --- 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 0adedbbbb4..3264797791 100644 --- a/CRM/Event/Form/Registration/Register.php +++ b/CRM/Event/Form/Registration/Register.php @@ -1490,7 +1490,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" @@ -1507,7 +1507,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