From efcdd4d6307b6c56646b58e38baecbadc662f7d3 Mon Sep 17 00:00:00 2001 From: Andrew Hunt Date: Wed, 4 Oct 2017 11:04:02 -0400 Subject: [PATCH] Revert "CRM-21055, Changed label of cancel button" 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 5b4c153daa..eb9f613839 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -826,7 +826,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP ), array( 'type' => 'cancel', - 'name' => ts('Close'), + 'name' => ts('Cancel'), ), ) ); -- 2.25.1