CRM_Core_Action::DISABLE => array(
'name' => ts('Disable'),
'ref' => 'crm-enable-disable',
- 'title' => ts('Disable Mutliple Choice Option'),
+ 'title' => ts('Disable Multiple Choice Option'),
),
CRM_Core_Action::ENABLE => array(
'name' => ts('Enable'),
'ref' => 'crm-enable-disable',
- 'title' => ts('Enable Mutliple Choice Option'),
+ 'title' => ts('Enable Multiple Choice Option'),
),
CRM_Core_Action::DELETE => array(
'name' => ts('Delete'),
'url' => 'civicrm/admin/custom/group/field/option',
'qs' => 'action=delete&id=%%id%%&fid=%%fid%%',
- 'title' => ts('Disable Multiple Choice Option'),
+ 'title' => ts('Delete Multiple Choice Option'),
),
);
}
);
if ($isReserved = CRM_Core_DAO::getFieldValue('CRM_Core_DAO_CustomGroup', $this->_gid, 'is_reserved', 'id')) {
- CRM_Core_Error::fatal("You cannot add or edit muliple choice options in a reserved custom field-set.");
+ CRM_Core_Error::fatal("You cannot add or edit multiple choice options in a reserved custom field-set.");
}
$optionGroupId = $this->getOptionGroupId($this->_fid);