Tweak option label in Tags admin.
authorDave Greenberg <dave@civicrm.org>
Fri, 22 Aug 2014 16:49:05 +0000 (09:49 -0700)
committerDave Greenberg <dave@civicrm.org>
Fri, 22 Aug 2014 16:49:05 +0000 (09:49 -0700)
CRM/Admin/Form/Options.php

index 8282796976e620bf665b06fb1ce225ba558192c9..3b5825d07881aa5aaa483d9597538f0aa3904c08 100644 (file)
@@ -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'),