From a00dc4e7ebc779faa31defb7fba7e5532e12d070 Mon Sep 17 00:00:00 2001 From: "deb.monish" Date: Mon, 23 Oct 2017 14:55:59 +0530 Subject: [PATCH] Change 'Cancel' to 'Close' --- CRM/Lineitemedit/Form/Add.php | 2 +- CRM/Lineitemedit/Form/Edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Lineitemedit/Form/Add.php b/CRM/Lineitemedit/Form/Add.php index f931030..3c79f01 100644 --- a/CRM/Lineitemedit/Form/Add.php +++ b/CRM/Lineitemedit/Form/Add.php @@ -85,7 +85,7 @@ public function buildQuickForm() { ), array( 'type' => 'cancel', - 'name' => ts('Cancel'), + 'name' => ts('Close'), ), )); diff --git a/CRM/Lineitemedit/Form/Edit.php b/CRM/Lineitemedit/Form/Edit.php index 85aa8a6..982c611 100644 --- a/CRM/Lineitemedit/Form/Edit.php +++ b/CRM/Lineitemedit/Form/Edit.php @@ -116,7 +116,7 @@ public function buildQuickForm() { ), array( 'type' => 'cancel', - 'name' => ts('Cancel'), + 'name' => ts('Close'), ), ));