From: Mathieu Lutfy Date: Wed, 18 Mar 2015 17:42:59 +0000 (-0400) Subject: CRM-16119: TagsAndGroups: revert a ts() fix. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1d69c2428ef7ba316aff83c9a9141a55cd1ba3f1;p=civicrm-core.git CRM-16119: TagsAndGroups: revert a ts() fix. --- diff --git a/CRM/Contact/Form/Edit/TagsAndGroups.php b/CRM/Contact/Form/Edit/TagsAndGroups.php index 72302f9a9d..341fb713fa 100644 --- 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' ) {