From 9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 26 Nov 2007 16:36:44 +0000 Subject: - Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues. --- modules/user/user.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/user') diff --git a/modules/user/user.module b/modules/user/user.module index c56f92693..8154c02c0 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1214,7 +1214,7 @@ function user_login(&$form_state, $msg = '') { } /** - * Setup a series for validators which check for blocked/denied users, + * Set up a series for validators which check for blocked/denied users, * then authenticate against local database, then return an error if * authentication fails. Distributed authentication modules (e.g. * drupal.module) are welcome to use hook_form_alter() to change this @@ -1749,7 +1749,7 @@ function user_help($path, $arg) { switch ($path) { case 'admin/help#user': - $output = '

'. t('The user module allows users to register, login, and log out. Users benefit from being able to sign on because it associates content they create with their account and allows various permissions to be set for their roles. The user module supports user roles which can setup fine grained permissions allowing each role to do only what the administrator wants them to. Each user is assigned to one or more roles. By default there are two roles anonymous - a user who has not logged in, and authenticated a user who has signed up and who has been authorized.') .'

'; + $output = '

'. t('The user module allows users to register, login, and log out. Users benefit from being able to sign on because it associates content they create with their account and allows various permissions to be set for their roles. The user module supports user roles which establish fine grained permissions allowing each role to do only what the administrator wants them to. Each user is assigned to one or more roles. By default there are two roles anonymous - a user who has not logged in, and authenticated a user who has signed up and who has been authorized.') .'

'; $output .= '

'. t('Users can use their own name or handle and can fine tune some personal configuration settings through their individual my account page. Registered users need to authenticate by supplying either a local username and password, or a remote username and password such as DelphiForums ID, or one from a Drupal powered website. A visitor accessing your website is assigned an unique ID, the so-called session ID, which is stored in a cookie. For security\'s sake, the cookie does not contain personal information but acts as a key to retrieve the information stored on your server.') .'

'; $output .= '

'. t('For more information please read the configuration and customization handbook User page.', array('@user' => 'http://drupal.org/handbook/modules/user/')) .'

'; return $output; -- cgit v1.2.3