diff --git a/core/modules/translation_entity/translation_entity.admin.inc b/core/modules/translation_entity/translation_entity.admin.inc index 8be0dab..b4e1c5b 100644 --- a/core/modules/translation_entity/translation_entity.admin.inc +++ b/core/modules/translation_entity/translation_entity.admin.inc @@ -34,7 +34,7 @@ function translation_entity_field_sync_widget(array $field, FieldInstance $insta $element = array( '#type' => 'checkboxes', '#title' => t('Translatable elements'), - '#description' => t('Disabled field are not shown. Please enable the fields you need to make translatable first.'), + '#description' => t('Disabled fields are not shown. Please enable the fields you need to make translatable first.'), '#options' => $options, '#default_value' => !empty($instance['settings']['translation_sync']) ? $instance['settings']['translation_sync'] : $default, );