Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions includes/flag/flag_entity.inc
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ class flag_entity extends flag_flag {

$form['display']['show_as_field'] = array(
'#type' => 'checkbox',
'#title' => t('Display link as field'),
'#description' => t('Show the flag link as a pseudofield, which can be ordered among other entity elements in the "Manage display" settings for the entity type.'),
'#title' => t('Display link as field when using "Manage display"'),
'#description' => t('CAUTION: Selecting this with other view modes may cause link to show up twice.'),
'#default_value' => isset($this->show_as_field) ? $this->show_as_field : TRUE,
);
if (empty($entity_info['fieldable'])) {
Expand Down