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

Commit a00dc4e

Browse files
committed
Change 'Cancel' to 'Close'
1 parent 36bf912 commit a00dc4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CRM/Lineitemedit/Form/Add.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function buildQuickForm() {
8585
),
8686
array(
8787
'type' => 'cancel',
88-
'name' => ts('Cancel'),
88+
'name' => ts('Close'),
8989
),
9090
));
9191

CRM/Lineitemedit/Form/Edit.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public function buildQuickForm() {
116116
),
117117
array(
118118
'type' => 'cancel',
119-
'name' => ts('Cancel'),
119+
'name' => ts('Close'),
120120
),
121121
));
122122

0 commit comments

Comments
 (0)