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

Commit

Permalink
Change 'Cancel' to 'Close'
Browse files Browse the repository at this point in the history
  • Loading branch information
monishdeb committed Oct 23, 2017
1 parent 36bf912 commit a00dc4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/Lineitemedit/Form/Add.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function buildQuickForm() {
),
array(
'type' => 'cancel',
'name' => ts('Cancel'),
'name' => ts('Close'),
),
));

Expand Down
2 changes: 1 addition & 1 deletion CRM/Lineitemedit/Form/Edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public function buildQuickForm() {
),
array(
'type' => 'cancel',
'name' => ts('Cancel'),
'name' => ts('Close'),
),
));

Expand Down

0 comments on commit a00dc4e

Please sign in to comment.