? block.module_24.patch
? save_save-2.patch
? save_save.patch
? username_wording-2.patch
? username_wording.patch
? files/.htaccess
? sites/default/settings.php
Index: modules/user/user.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/user/user.module,v
retrieving revision 1.871
diff -u -p -r1.871 user.module
--- modules/user/user.module	13 Dec 2007 12:53:47 -0000	1.871
+++ modules/user/user.module	13 Dec 2007 23:34:31 -0000
@@ -1366,7 +1366,7 @@ function user_edit_form(&$form_state, $u
       '#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,
     );
   }
