Revert "CRM-21055, Changed label of cancel button"
authorAndrew Hunt <andrew@aghstrategies.com>
Wed, 4 Oct 2017 15:04:02 +0000 (11:04 -0400)
committercolemanw <coleman@civicrm.org>
Thu, 5 Oct 2017 05:24:30 +0000 (01:24 -0400)
This reverts commit 35c930c1921ad45ae3da24b2e0bdad7470ed7b49.

The change was done in isolation, leading to inconsistency with other forms
that have the Save / Save and New / Cancel pattern.

CRM/Contribute/Form/Contribution.php

index 5b4c153daac7afac434892879377d863e5aa6caa..eb9f6138390958bbca0fa62da1949c29e3eb7f5b 100644 (file)
@@ -826,7 +826,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
         ),
         array(
           'type' => 'cancel',
-          'name' => ts('Close'),
+          'name' => ts('Cancel'),
         ),
       )
     );