diff --git a/core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php b/core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php index 2dca9e01e28d..f8e613ae2169 100644 --- a/core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php +++ b/core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php @@ -45,7 +45,7 @@ class RdfMapping extends DrupalSqlBase { */ public function fields() { return [ - 'type' => $this->t('The name of the entity type a mapping applies to (node, user, comment, etc.'), + 'type' => $this->t('The name of the entity type a mapping applies to (node, user, comment, etc.)'), 'bundle' => $this->t('The name of the bundle a mapping applies to.'), 'mapping' => $this->t('The serialized mapping of the bundle type and fields to RDF terms.'), 'types' => $this->t('RDF types.'),