Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Extensions
Line Item Editor
Commits
a00dc4e7
Commit
a00dc4e7
authored
Oct 23, 2017
by
Monish Deb
Browse files
Change 'Cancel' to 'Close'
parent
36bf912b
Changes
2
Hide whitespace changes
Inline
Side-by-side
CRM/Lineitemedit/Form/Add.php
View file @
a00dc4e7
...
...
@@ -85,7 +85,7 @@ class CRM_Lineitemedit_Form_Add extends CRM_Core_Form {
),
array
(
'type'
=>
'cancel'
,
'name'
=>
ts
(
'C
ancel
'
),
'name'
=>
ts
(
'C
lose
'
),
),
));
...
...
CRM/Lineitemedit/Form/Edit.php
View file @
a00dc4e7
...
...
@@ -116,7 +116,7 @@ class CRM_Lineitemedit_Form_Edit extends CRM_Core_Form {
),
array
(
'type'
=>
'cancel'
,
'name'
=>
ts
(
'C
ancel
'
),
'name'
=>
ts
(
'C
lose
'
),
),
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment