From 7b52f8d52ed983be0d33b1560950c498c5ca62f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Fri, 14 Dec 2007 16:07:42 +0000 Subject: [PATCH] #131493 by spatz4000, ChrisKennedy, keith.smith: consistent username field description wording in installer and runtime interface --- modules/user/user.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/user.module b/modules/user/user.module index eb3862b15fd..000fa59af9b 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, ); }