From: Siebrand Mazeland Date: Wed, 15 Jun 2011 11:24:53 +0000 (+0200) Subject: Fix typo. Spotted by Nikerabbit. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b24e4fd9fe4e85e6612542b7756578d72d0f95ee;p=quix0rs-gnu-social.git Fix typo. Spotted by Nikerabbit. --- diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php index 8d731cb871..d81c13b005 100644 --- a/actions/recoverpassword.php +++ b/actions/recoverpassword.php @@ -260,7 +260,7 @@ class RecoverpasswordAction extends Action $this->elementStart('li'); // TRANS: Field label for password reset form where the password has to be typed again. $this->password('confirm', _('Confirm'), - // TRANS: Ttile for field label for password reset form where the password has to be typed again. + // TRANS: Title for field label for password reset form where the password has to be typed again. _('Same as password above.')); $this->elementEnd('li'); $this->elementEnd('ul');