diff --git a/ldap_user/ldap_user.install b/ldap_user/ldap_user.install
index 99610cf..ab0b5d3 100644
--- a/ldap_user/ldap_user.install
+++ b/ldap_user/ldap_user.install
@@ -140,8 +140,8 @@ function ldap_user_user_entity_fields() {
       'field_name' => $field_name,
       'entity_type' => 'user',
       'bundle' => 'user',
-      'label' => 'LDAP Server ID that puid was derived from.  NULL if puid is independent of server configuration instance.',
-      'description' => 'This field should not be edited.',
+      'label' => 'LDAP Server ID',
+      'description' => 'Server ID that puid was derived from.  NULL if puid is independent of server configuration instance. This field should not be edited.',
       'required' => 0,
       'default_value_function' => 'ldap_user_provisioned_sid_default',
       'settings' => array(
@@ -185,8 +185,8 @@ function ldap_user_user_entity_fields() {
       'field_name' => $field_name,
       'entity_type' => 'user',
       'bundle' => 'user',
-      'label' => 'Value of user\'s permanent unique id.  This should never change for a given ldap identified user.',
-      'description' => 'This field should not be edited.',
+      'label' => 'Value of user\'s permanent unique id.',
+      'description' => 'This should never change for a given ldap identified user. This field should not be edited.',
       'required' => 0,
       'default_value_function' => 'ldap_user_puid_default',
       'settings' => array(
@@ -317,8 +317,8 @@ function ldap_user_user_entity_fields() {
       'field_name' => $field_name,
       'entity_type' => 'user',
       'bundle' => 'user',
-      'label' => 'LDAP Entries that have been provisioned from this Drupal user.',
-      'description' => 'This field should not be edited.',
+      'label' => 'LDAP Entries from this Drupal user.',
+      'description' => 'LDAP Entries that have been provisioned from this Drupal user. This field should not be edited.',
       'required' => 0,
       'default_value' => NULL,
       'settings' => array(
@@ -361,8 +361,8 @@ function ldap_user_user_entity_fields() {
       'field_name' => $field_name,
       'entity_type' => 'user',
       'bundle' => 'user',
-      'label' => 'Unix timestamp of when Drupal user was compard to ldap entry.  This could be for purposes of synching, deleteing drupal account, etc.',
-      'description' => 'This field should not be edited.',
+      'label' => 'Time user was last compared to LDAP',
+      'description' => 'Unix timestamp of when Drupal user was compared to ldap entry.  This could be for purposes of synching, deleteing drupal account, etc. This field should not be edited.',
       'required' => 0,
       'default_value' => NULL,
       'settings' => array(
