--- ./modules/user/user.module	2007-10-12 23:41:48.000000000 +1300
+++ ./modules/user/user_new.module	2007-10-22 01:43:33.000000000 +1300
@@ -1479,7 +1479,7 @@ function _user_mail_text($key, $language
       case 'status_activated_subject':
         return t('Account details for !username at !site (approved)', $variables, $langcode);
       case 'status_activated_body':
-        return t("!username,\n\nYour account at !site has been activated.\n\nYou may now log in by clicking on this link or copying and pasting it in your browser:\n\n!login_url\n\nThis is a one-time login, so it can be used only once.\n\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\n\nOnce you have set your own password, you will be able to log in to !login_uri in the future using the following username:\n\nusername: !username\n", $variables, $langcode);
+        return t("!username,\n\nYour account at !site has been activated.\n\nYou may now log in by clicking on this link or copying and pasting it in your browser:\n\n!login_url\n\nThis is a one-time login, so it can be used only once.\n\nAfter logging in, you will be redirected to !edit_uri so you can change your password.\n\nOnce you have set your own password, you will be able to log in to !login_uri in the future using the following account:\n\nusername: !username\n", $variables, $langcode);
       case 'status_blocked_subject':
         return t('Account details for !username at !site (blocked)', $variables, $langcode);
       case 'status_blocked_body':
