From ff8c5c641a1184ae4231ae4076613e8f4f2bca74 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 7 Apr 2014 16:23:23 +0000 Subject: [PATCH] Change CRM view preference label to match new functionality --- addressbook/inc/class.addressbook_hooks.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addressbook/inc/class.addressbook_hooks.inc.php b/addressbook/inc/class.addressbook_hooks.inc.php index 75eef07f0b..d5afbda88f 100644 --- a/addressbook/inc/class.addressbook_hooks.inc.php +++ b/addressbook/inc/class.addressbook_hooks.inc.php @@ -216,7 +216,7 @@ class addressbook_hooks } $settings['crm_list'] = array( 'type' => 'select', - 'label' => 'CRM view list', + 'label' => 'Default action on double-click', 'name' => 'crm_list', 'values' => $crm_list_options, 'help' => 'When viewing a contact, show linked entries from the selected application',