From b24e4fd9fe4e85e6612542b7756578d72d0f95ee Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Wed, 15 Jun 2011 13:24:53 +0200 Subject: [PATCH] Fix typo. Spotted by Nikerabbit. --- actions/recoverpassword.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'); -- 2.39.5