diff --git a/CRM/Contribute/Form/Contribution.php b/CRM/Contribute/Form/Contribution.php index 44161e6cd32..58994ab1349 100644 --- a/CRM/Contribute/Form/Contribution.php +++ b/CRM/Contribute/Form/Contribution.php @@ -828,7 +828,7 @@ public function buildQuickForm() { ), array( 'type' => 'cancel', - 'name' => ts('Close'), + 'name' => ts('Cancel'), ), ) );