summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-17 12:33:24 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-17 12:33:24 -0400
commit1c021edad599711b0e31c95730cc1f8e2f251ca0 (patch)
tree7803253c840888dec1318f369ffe3243cc0f6c52 /actions
parent7cb9b153c77637f682d91de39bde017bed91922d (diff)
typo in forgotten password string
darcs-hash:20080817163324-84dde-0b7f3449b7f6e96704518340351ada9ec0e56bbb.gz
Diffstat (limited to 'actions')
-rw-r--r--actions/recoverpassword.php2
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.'));
}