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

Commit

Permalink
Issue 2 fix: Warning text and cancel / submit
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Oct 23, 2017
1 parent 3312e43 commit 36bf912
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Lineitemedit/Form/Cancel.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function assignFormVariables() {
}

public function buildQuickForm() {
$this->assign('message', ts('WARNING: Cancelling this lineitem will affect the related contribution and update the associated financial transactions. Do you want to continue?'));
$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?'));

$this->addButtons(array(
array(
Expand All @@ -47,7 +47,7 @@ public function buildQuickForm() {
),
array(
'type' => 'cancel',
'name' => ts('Cancel'),
'name' => ts('Close'),
),
));

Expand Down

0 comments on commit 36bf912

Please sign in to comment.