=== modified file 'modules/user/user.module'
--- modules/user/user.module	2009-10-23 23:00:03 +0000
+++ modules/user/user.module	2009-10-31 16:10:24 +0000
@@ -2736,17 +2736,7 @@
     case 'admin/config/people/roles':
-      return t('<p>Roles allow you to fine tune the security and administration of Drupal. A role defines a group of users that have certain privileges as defined in <a href="@permissions">user permissions</a>. Examples of roles include: anonymous user, authenticated user, moderator, administrator and so on. In this area you will define the <em>role names</em> of the various roles. To delete a role choose "edit".</p><p>By default, Drupal comes with two user roles:</p>
-      <ul>
-      <li>Anonymous user: this role is used for users that don\'t have a user account or that are not authenticated.</li>
-      <li>Authenticated user: this role is automatically granted to all logged in users.</li>
-      </ul>', array('@permissions' => url('admin/config/people/permissions')));
-    case 'admin/config/people/accounts/fields':
-      return '<p>' . t('This form lets administrators add, edit, and arrange fields for storing user data.') . '</p>';
-    case 'admin/config/people/accounts/display':
-      return '<p>' . t('This form lets administrators configure how fields should be displayed when rendering a user profile page.') . '</p>';
-    case 'admin/people/search':
-      return '<p>' . t('Enter a simple pattern ("*" may be used as a wildcard match) to search for a username or e-mail address. For example, one may search for "br" and Drupal might return "brian", "brad", and "brenda@example.com".') . '</p>';
+      return t('<p>Define the roles for your site. Examples of roles include: anonymous user, authenticated user, moderator and administrator. Each role has certain privileges as defined in <a href="@permissions">user permissions</a>. ', array('@permissions' => url('admin/config/people/permissions'))) . '</p>';
   }
 }
 

