CRM-21055, Changed label of cancel button
authorPradeep Nayak <pradpnayak@gmail.com>
Wed, 9 Aug 2017 17:23:47 +0000 (22:53 +0530)
committerPradeep Nayak <pradpnayak@gmail.com>
Thu, 10 Aug 2017 10:56:08 +0000 (16:26 +0530)
----------------------------------------
* CRM-21055: Change label of cancel button
  https://issues.civicrm.org/jira/browse/CRM-21055

CRM/Contribute/Form/Contribution.php

index 7f2be11723b5bf21c1a23778ebfd21a7b14f0e4e..23b78ced6c8dfd4e137588a8b9ead4a8030ac536 100644 (file)
@@ -888,7 +888,7 @@ class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
         ),
         array(
           'type' => 'cancel',
-          'name' => ts('Cancel'),
+          'name' => ts('Close'),
         ),
       )
     );