diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-08-17 12:33:24 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-08-17 12:33:24 -0400 |
commit | 1c021edad599711b0e31c95730cc1f8e2f251ca0 (patch) | |
tree | 7803253c840888dec1318f369ffe3243cc0f6c52 | |
parent | 7cb9b153c77637f682d91de39bde017bed91922d (diff) |
typo in forgotten password string
darcs-hash:20080817163324-84dde-0b7f3449b7f6e96704518340351ada9ec0e56bbb.gz
-rw-r--r-- | actions/recoverpassword.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index eb1d8ff92..444dd1f2a 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -135,7 +135,7 @@ class RecoverpasswordAction extends Action { } else { common_element('div', 'instructions', _('If you\'ve forgotten or lost your' . - ' password, you can get a new one sent ' . + ' password, you can get a new one sent to' . ' the email address you have stored ' . ' in your account.')); } |