]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
typo in forgotten password string
authorEvan Prodromou <evan@prodromou.name>
Sun, 17 Aug 2008 16:33:24 +0000 (12:33 -0400)
committerEvan Prodromou <evan@prodromou.name>
Sun, 17 Aug 2008 16:33:24 +0000 (12:33 -0400)
darcs-hash:20080817163324-84dde-0b7f3449b7f6e96704518340351ada9ec0e56bbb.gz

actions/recoverpassword.php

index eb1d8ff923a635b0beb877f2e14da651982dce2f..444dd1f2a90b3bf5ba7e18a7eb3e46dd6ac6eed0 100644 (file)
@@ -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.'));
                }