From 1d69c2428ef7ba316aff83c9a9141a55cd1ba3f1 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Wed, 18 Mar 2015 13:42:59 -0400 Subject: [PATCH] CRM-16119: TagsAndGroups: revert a ts() fix. --- CRM/Contact/Form/Edit/TagsAndGroups.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ) { -- 2.25.1