CRM-16119: TagsAndGroups: revert a ts() fix.
authorMathieu Lutfy <mathieu@bidon.ca>
Wed, 18 Mar 2015 17:42:59 +0000 (13:42 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Wed, 18 Mar 2015 18:18:44 +0000 (14:18 -0400)
CRM/Contact/Form/Edit/TagsAndGroups.php

index 72302f9a9dfe0fa00d7676135cb56ea4723159e3..341fb713fa6fc4de443edf8dfd19f086c2a744a7 100644 (file)
@@ -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'
   ) {