From ee7ef8b2127d809a0713f80cbb9105a21e035dd0 Mon Sep 17 00:00:00 2001 From: eileen Date: Fri, 17 Mar 2017 16:10:47 +1300 Subject: [PATCH] CRM-20208 rename 'In Selector' to 'Results Column' on Profile admin screens. THis is based on a recommendatation in the JIRA suggesting this would be less confusing & inline with the documentation --- CRM/UF/Form/Field.php | 2 +- templates/CRM/UF/Page/Field.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/UF/Form/Field.php b/CRM/UF/Form/Field.php index fce49b4c7d..73584503e7 100644 --- a/CRM/UF/Form/Field.php +++ b/CRM/UF/Form/Field.php @@ -789,7 +789,7 @@ class CRM_UF_Form_Field extends CRM_Core_Form { 'Activity', )) ) { - $errors['in_selector'] = ts("'In Selector' cannot be checked for %1 fields.", array(1 => $entityName)); + $errors['in_selector'] = ts("'Results Column' cannot be checked for %1 fields.", array(1 => $entityName)); } $isCustomField = FALSE; diff --git a/templates/CRM/UF/Page/Field.tpl b/templates/CRM/UF/Page/Field.tpl index 61db2dee81..898aeaceb8 100644 --- a/templates/CRM/UF/Page/Field.tpl +++ b/templates/CRM/UF/Page/Field.tpl @@ -51,7 +51,7 @@ {if in_array("Profile",$otherModules) or in_array("Search Profile",$otherModules) } {ts}Visibility{/ts} {ts}Searchable?{/ts} - {ts}In Selector?{/ts} + {ts}Results Column?{/ts} {/if} {ts}Order{/ts} {ts}Required{/ts} -- 2.25.1