From: Pradeep Nayak Date: Wed, 9 Aug 2017 17:23:47 +0000 (+0530) Subject: CRM-21055, Changed label of cancel button X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=35c930c1921ad45ae3da24b2e0bdad7470ed7b49;p=civicrm-core.git CRM-21055, Changed label of cancel button ---------------------------------------- * CRM-21055: Change label of cancel button https://issues.civicrm.org/jira/browse/CRM-21055 --- 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'), ), ) );