diff --git a/CRM/UF/Form/Field.php b/CRM/UF/Form/Field.php index fce49b4c7d0b..73584503e7c9 100644 --- a/CRM/UF/Form/Field.php +++ b/CRM/UF/Form/Field.php @@ -789,7 +789,7 @@ public static function formRule($fields, $files, $self) { '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 61db2dee812b..898aeaceb8c8 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}