#131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface

6.x
Gábor Hojtsy 2007-12-14 16:07:42 +00:00
parent f031f0563c
commit 7b52f8d52e
1 changed files with 1 additions and 1 deletions

View File

@ -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,
);
}