From fc9f81552af4ce1c8e782132f892af389246d5c8 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 44161e6cd3..58994ab134 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -828,7 +828,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP ), array( 'type' => 'cancel', - 'name' => ts('Close'), + 'name' => ts('Cancel'), ), ) ); -- 2.25.1