projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c7601f
)
Tweak option label in Tags admin.
author
Dave Greenberg
<dave@civicrm.org>
Fri, 22 Aug 2014 16:49:05 +0000
(09:49 -0700)
committer
Dave Greenberg
<dave@civicrm.org>
Fri, 22 Aug 2014 16:49:05 +0000
(09:49 -0700)
CRM/Admin/Form/Options.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Admin/Form/Options.php
b/CRM/Admin/Form/Options.php
index 8282796976e620bf665b06fb1ce225ba558192c9..3b5825d07881aa5aaa483d9597538f0aa3904c08 100644
(file)
--- 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'),