From 35c930c1921ad45ae3da24b2e0bdad7470ed7b49 Mon Sep 17 00:00:00 2001 From: Pradeep Nayak Date: Wed, 9 Aug 2017 22:53:47 +0530 Subject: [PATCH] CRM-21055, Changed label of cancel button ---------------------------------------- * CRM-21055: Change label of cancel button https://issues.civicrm.org/jira/browse/CRM-21055 --- 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 7f2be11723..23b78ced6c 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -888,7 +888,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP ), array( 'type' => 'cancel', - 'name' => ts('Cancel'), + 'name' => ts('Close'), ), ) ); -- 2.25.1