From: Evan Prodromou Date: Sun, 17 Aug 2008 16:33:24 +0000 (-0400) Subject: typo in forgotten password string X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=1c021edad599711b0e31c95730cc1f8e2f251ca0;p=quix0rs-gnu-social.git typo in forgotten password string darcs-hash:20080817163324-84dde-0b7f3449b7f6e96704518340351ada9ec0e56bbb.gz --- diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index eb1d8ff923..444dd1f2a9 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.')); }