From 5ce691e5f54ed893d96d6b5133cdc72202086d34 Mon Sep 17 00:00:00 2001 From: Dave Greenberg Date: Fri, 22 Aug 2014 09:49:05 -0700 Subject: [PATCH] Tweak option label in Tags admin. --- CRM/Admin/Form/Options.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Admin/Form/Options.php b/CRM/Admin/Form/Options.php index 8282796976..3b5825d078 100644 --- a/CRM/Admin/Form/Options.php +++ b/CRM/Admin/Form/Options.php @@ -261,7 +261,7 @@ class CRM_Admin_Form_Options extends CRM_Admin_Form { (($this->_action & CRM_Core_Action::ADD) || !$isReserved) ) { $caseID = CRM_Core_Component::getComponentID('CiviCase'); - $components = array('' => ts('Contacts OR Cases'), $caseID => ts('Cases Only')); + $components = array('' => ts('Contacts AND Cases'), $caseID => ts('Cases Only')); $this->add('select', 'component_id', ts('Component'), -- 2.25.1