Issue #1877122 by Bojhan: Remove useless text 'Enable to create a label for this field'.

8.0.x
catch 2013-01-04 12:44:45 +00:00
parent 9e7dee4fa4
commit 3ff387b4cc
1 changed files with 0 additions and 1 deletions

View File

@ -495,7 +495,6 @@ abstract class FieldPluginBase extends HandlerBase {
$form['custom_label'] = array(
'#type' => 'checkbox',
'#title' => t('Create a label'),
'#description' => t('Enable to create a label for this field.'),
'#default_value' => $label !== '',
'#weight' => -103,
);