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:
58438e5
)
CRM-16119: TagsAndGroups: revert a ts() fix.
author
Mathieu Lutfy
<mathieu@bidon.ca>
Wed, 18 Mar 2015 17:42:59 +0000
(13:42 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Wed, 18 Mar 2015 18:18:44 +0000
(14:18 -0400)
CRM/Contact/Form/Edit/TagsAndGroups.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contact/Form/Edit/TagsAndGroups.php
b/CRM/Contact/Form/Edit/TagsAndGroups.php
index 72302f9a9dfe0fa00d7676135cb56ea4723159e3..341fb713fa6fc4de443edf8dfd19f086c2a744a7 100644
(file)
--- a/
CRM/Contact/Form/Edit/TagsAndGroups.php
+++ b/
CRM/Contact/Form/Edit/TagsAndGroups.php
@@
-70,8
+70,8
@@
class CRM_Contact_Form_Edit_TagsAndGroups {
$type = self::ALL,
$visibility = FALSE,
$isRequired = NULL,
- $groupName =
ts('Group(s)')
,
- $tagName =
ts('Tag(s)')
,
+ $groupName =
'Group(s)'
,
+ $tagName =
'Tag(s)'
,
$fieldName = NULL,
$groupElementType = 'checkbox'
) {