English grammar edit
authorKarin Gerritsen <karin@semper-it.com>
Wed, 31 Aug 2016 17:37:18 +0000 (11:37 -0600)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2016 17:37:18 +0000 (11:37 -0600)
CRM/Event/Form/Registration/Register.php

index cc8d156b04f599af66535fe6479f53f62922491c..9ec3fb30fc6728ef54d6535fe057fe22b1198916 100644 (file)
@@ -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 <a href="%1">register another participant</a>.', 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 <a href="%1">register another participant</a>.', 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;
           }