From: Dave Greenberg Date: Fri, 22 Aug 2014 16:49:05 +0000 (-0700) Subject: Tweak option label in Tags admin. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=5ce691e5f54ed893d96d6b5133cdc72202086d34;p=civicrm-core.git Tweak option label in Tags admin. --- 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'),