summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-12-14 16:07:42 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-12-14 16:07:42 +0000
commit7b52f8d52ed983be0d33b1560950c498c5ca62f6 (patch)
treedc59e2715bd5ba6437b7313c6e498adad1d6db5d
parentf031f0563cf9e21799dc34c2e638b7db036cfaf0 (diff)
downloadbrdo-7b52f8d52ed983be0d33b1560950c498c5ca62f6.tar.gz
brdo-7b52f8d52ed983be0d33b1560950c498c5ca62f6.tar.bz2
#131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index eb3862b15..000fa59af 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -1366,7 +1366,7 @@ function user_edit_form(&$form_state, $uid, $edit, $register = FALSE) {
'#title' => t('Username'),
'#default_value' => $edit['name'],
'#maxlength' => USERNAME_MAX_LENGTH,
- '#description' => t('Your preferred username; punctuation is not allowed except for periods, hyphens, and underscores.'),
+ '#description' => t('Spaces are allowed; punctuation is not allowed except for periods, hyphens, and underscores.'),
'#required' => TRUE,
);
}