NDI-14: Changed label of cancel event participants submit button
authorMihael Mladenov <mihael@compucorp.co.uk>
Tue, 14 Nov 2017 19:18:49 +0000 (21:18 +0200)
committerMihael Mladenov <mihael@compucorp.co.uk>
Tue, 14 Nov 2017 19:18:49 +0000 (21:18 +0200)
CRM/Event/Form/Task/Cancel.php

index bc3956a34a994295381f88d92e70a4272bea6b7d..baf747583ccc2a8840301a627a0e85cd4ed18ac7 100644 (file)
@@ -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');
   }
 
   /**