diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 7f2be11723b..23b78ced6c8 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -888,7 +888,7 @@ public function buildQuickForm() { ), array( 'type' => 'cancel', - 'name' => ts('Cancel'), + 'name' => ts('Close'), ), ) );