]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix typo. Spotted by Nikerabbit.
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 15 Jun 2011 11:24:53 +0000 (13:24 +0200)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Wed, 15 Jun 2011 11:25:45 +0000 (13:25 +0200)
actions/recoverpassword.php

index 8d731cb871cb3fbe9d11f2e0ca8334ef25aca19b..d81c13b0059456e39df36c4312102381a00f4494 100644 (file)
@@ -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');