Change CRM view preference label to match new functionality

This commit is contained in:
Nathan Gray 2014-04-07 16:23:23 +00:00
parent 0f94764857
commit ff8c5c641a

View File

@ -216,7 +216,7 @@ class addressbook_hooks
} }
$settings['crm_list'] = array( $settings['crm_list'] = array(
'type' => 'select', 'type' => 'select',
'label' => 'CRM view list', 'label' => 'Default action on double-click',
'name' => 'crm_list', 'name' => 'crm_list',
'values' => $crm_list_options, 'values' => $crm_list_options,
'help' => 'When viewing a contact, show linked entries from the selected application', 'help' => 'When viewing a contact, show linked entries from the selected application',