diff --git a/core/modules/translation_entity/translation_entity.module b/core/modules/translation_entity/translation_entity.module
index d7a6c25..b6024f4 100644
--- a/core/modules/translation_entity/translation_entity.module
+++ b/core/modules/translation_entity/translation_entity.module
@@ -603,7 +603,7 @@ function translation_entity_form_field_ui_field_overview_form_alter(array &$form
$field = field_info_field($value);
if ($field_row_type == 'field') {
// Only field types are translatable.
- $markup_text = $field['translatable'] ? t('Yes') . '' . t('Translatable') . '' : '' . t('Not translatable') . '';
+ $markup_text = $field['translatable'] ? t('Enabled text') . '' . t('Enabled text') . '' : t('diablaed text') .'' . t('Disabled text') . '';
$form['fields'][$value]['translatable'] = array(
'label' => array(
@@ -611,7 +611,7 @@ function translation_entity_form_field_ui_field_overview_form_alter(array &$form
));
}
else {
- $markup_text = t('n/a') . '' . t('Translation not supported') . '';
+ $markup_text = t('not supported') . '' . t('not supported text') . '';
// Filter out add new and reuse fields.
if (!isset($form['fields'][$value]['field_name']['#type'])) {
$form['fields'][$value]['translatable'] = array(