From c9d5538167c285730cf66f48be7c1a8ab7947dfb Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Thu, 6 Dec 2018 16:38:19 +0100 Subject: [PATCH] Issue #3018321 by svenryen: Closing parentheses missing from string about migrate RDF mapping (The name of the entity type a mapping...) --- core/modules/rdf/src/Plugin/migrate/source/d7/RdfMapping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.'),