diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-12-18 19:20:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-12-18 19:20:01 +0000 |
commit | 100329ad036d91c94953d98077690c63ab8b2cd7 (patch) | |
tree | 7391a7090d8453d63ade3aecd39edaa9d08067ac /modules | |
parent | 3d0ff402bd2c82ce2929620a05907763f22e2bec (diff) | |
download | brdo-100329ad036d91c94953d98077690c63ab8b2cd7.tar.gz brdo-100329ad036d91c94953d98077690c63ab8b2cd7.tar.bz2 |
- Patch #201894 by David Rothstein: fixed typo in user output.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index db171a66f..10f3978ce 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -1557,7 +1557,7 @@ function _user_mail_text($key, $language = NULL, $variables = array()) { case 'password_reset_subject': return t('Replacement login information for !username at !site', $variables, $langcode); case 'password_reset_body': - return t("!username,\n\nA request to reset the password for your account has been made at !site.\n\nYou may now log in to !uri_brief 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. It expires after one day and nothing will happen if it's not used.\n\nAfter logging in, you will be redirected to !edit_uri so you can change your password.", $variables, $langcode); + return t("!username,\n\nA request to reset the password for your account has been made at !site.\n\nYou may now log in to !uri_brief 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. It expires after one day and nothing will happen if it's not used.\n\nAfter logging in, you will be redirected to !edit_uri so you can change your password.", $variables, $langcode); case 'status_activated_subject': return t('Account details for !username at !site (approved)', $variables, $langcode); case 'status_activated_body': |