From 5bc4f6625a18853dc41f05951eff359a24240fe6 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 12 Nov 2015 13:44:01 -0800 Subject: [PATCH] Issue #2606276 by zsofi.major: "Content type where is used this field" incorrect in FieldInstance.php --- .../field/src/Plugin/migrate/source/d6/FieldInstance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php b/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php index bddfc271b64..92359031905 100644 --- a/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php +++ b/core/modules/field/src/Plugin/migrate/source/d6/FieldInstance.php @@ -40,7 +40,7 @@ class FieldInstance extends DrupalSqlBase { public function fields() { return array( 'field_name' => $this->t('The machine name of field.'), - 'type_name' => $this->t('Content type where is used this field.'), + 'type_name' => $this->t('Content type where this field is in use.'), 'weight' => $this->t('Weight.'), 'label' => $this->t('A name to show.'), 'widget_type' => $this->t('Widget type.'),