diff --git a/core/modules/entity_reference/entity_reference.module b/core/modules/entity_reference/entity_reference.module
index a98a779..451052a 100644
--- a/core/modules/entity_reference/entity_reference.module
+++ b/core/modules/entity_reference/entity_reference.module
@@ -15,7 +15,7 @@
  */
 function entity_reference_field_info() {
   $field_info['entity_reference'] = array(
-    'label' => t('Reference'),
+    'label' => t('Reference (to content, taxonomy terms, etc.)'),
     'description' => t('This field references another entity.'),
     'settings' => array(
       // Default to a primary entity type (i.e. node or user).
