From e43e444f05c6744a75123da0b7cd024de51b0b3f Mon Sep 17 00:00:00 2001
From: webchick <drupal@webchick.net>
Date: Wed, 15 Apr 2015 10:30:53 -0700
Subject: [PATCH] Issue #2470910 by PieterJanPut, ifrik: Update hook_help text
 for Entity Reference module

---
 core/modules/entity_reference/entity_reference.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/entity_reference/entity_reference.module b/core/modules/entity_reference/entity_reference.module
index 94f4843c6136..4ffa3c465c47 100644
--- a/core/modules/entity_reference/entity_reference.module
+++ b/core/modules/entity_reference/entity_reference.module
@@ -29,7 +29,7 @@ function entity_reference_help($route_name, RouteMatchInterface $route_match) {
       $output .= '<dt>' . t('Managing and displaying entity reference fields') . '</dt>';
       $output .= '<dd>' . t('The <em>settings</em> and the <em>display</em> of the entity reference field can be configured separately. See the <a href="!field_ui">Field UI help</a> for more information on how to manage fields and their display.', array('!field_ui' => \Drupal::url('help.page', array('name' => 'field_ui')))) . '</dd>';
       $output .= '<dt>' . t('Selecting reference type') . '</dt>';
-      $output .= '<dd>' . t('In the field settings you can select which entity type you want to create a reference to.') . '</dd>';
+      $output .= '<dd>' . t('In the field settings you can select which type of item you want to create a reference to.') . '</dd>';
       $output .= '<dt>' . t('Filtering and sorting reference fields') . '</dt>';
       $output .= '<dd>' . t('Depending on the chosen entity type, additional filtering and sorting options are available for the list of entities that can be referred to, in the field settings. For example, the list of users can be filtered by role and sorted by name or ID.') . '</dd>';
       $output .= '<dt>' . t('Displaying a reference') . '</dt>';
-- 
GitLab