Skip to content
This repository was archived by the owner on Jul 7, 2021. It is now read-only.

Commit 36bf912

Browse files
committed
Issue 2 fix: Warning text and cancel / submit
1 parent 3312e43 commit 36bf912

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CRM/Lineitemedit/Form/Cancel.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function assignFormVariables() {
3737
}
3838

3939
public function buildQuickForm() {
40-
$this->assign('message', ts('WARNING: Cancelling this lineitem will affect the related contribution and update the associated financial transactions. Do you want to continue?'));
40+
$this->assign('message', ts('WARNING: Cancelling this line item will affect the related contribution and update the associated financial transactions. Do you want to continue?'));
4141

4242
$this->addButtons(array(
4343
array(
@@ -47,7 +47,7 @@ public function buildQuickForm() {
4747
),
4848
array(
4949
'type' => 'cancel',
50-
'name' => ts('Cancel'),
50+
'name' => ts('Close'),
5151
),
5252
));
5353

0 commit comments

Comments
 (0)