Skip to content

Commit

Permalink
Merge pull request #10004 from eileenmcnaughton/selector
Browse files Browse the repository at this point in the history
CRM-20208 rename 'In Selector' to 'Results Column' on Profile admin s…
  • Loading branch information
yashodha authored Mar 17, 2017
2 parents f5af41a + ee7ef8b commit 19465c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CRM/UF/Form/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion templates/CRM/UF/Page/Field.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{if in_array("Profile",$otherModules) or in_array("Search Profile",$otherModules) }
<th>{ts}Visibility{/ts}</th>
<th>{ts}Searchable?{/ts}</th>
<th>{ts}In Selector?{/ts}</th>
<th>{ts}Results Column?{/ts}</th>
{/if}
<th>{ts}Order{/ts}</th>
<th>{ts}Required{/ts}</th>
Expand Down

0 comments on commit 19465c9

Please sign in to comment.