From: Mihael Mladenov Date: Tue, 14 Nov 2017 19:18:49 +0000 (+0200) Subject: NDI-14: Changed label of cancel event participants submit button X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6b671acad95ffdc99a29402892277b5a7f6c1286;p=civicrm-core.git NDI-14: Changed label of cancel event participants submit button --- diff --git a/CRM/Event/Form/Task/Cancel.php b/CRM/Event/Form/Task/Cancel.php index bc3956a34a..baf747583c 100644 --- a/CRM/Event/Form/Task/Cancel.php +++ b/CRM/Event/Form/Task/Cancel.php @@ -65,7 +65,7 @@ class CRM_Event_Form_Task_Cancel extends CRM_Event_Form_Task { public function buildQuickForm() { CRM_Utils_System::setTitle(ts('Cancel Registration for Event Participation')); $session = CRM_Core_Session::singleton(); - $this->addDefaultButtons(ts('Continue'), 'done'); + $this->addDefaultButtons(ts('Cancel Registrations'), 'done'); } /**