projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81e30d0
)
Revert "CRM-21055, Changed label of cancel button"
author
Andrew Hunt
<andrew@aghstrategies.com>
Wed, 4 Oct 2017 15:04:02 +0000
(11:04 -0400)
committer
colemanw
<coleman@civicrm.org>
Thu, 5 Oct 2017 05:24:30 +0000
(
01:24
-0400)
This reverts commit
35c930c1921ad45ae3da24b2e0bdad7470ed7b49
.
The change was done in isolation, leading to inconsistency with other forms
that have the Save / Save and New / Cancel pattern.
CRM/Contribute/Form/Contribution.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/Form/Contribution.php
b/CRM/Contribute/Form/Contribution.php
index 5b4c153daac7afac434892879377d863e5aa6caa..eb9f6138390958bbca0fa62da1949c29e3eb7f5b 100644
(file)
--- a/
CRM/Contribute/Form/Contribution.php
+++ b/
CRM/Contribute/Form/Contribution.php
@@
-826,7
+826,7
@@
class CRM_Contribute_Form_Contribution extends CRM_Contribute_Form_AbstractEditP
),
array(
'type' => 'cancel',
- 'name' => ts('C
lose
'),
+ 'name' => ts('C
ancel
'),
),
)
);