]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Capitalise "same as password above"
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 21 Nov 2009 15:53:25 +0000 (16:53 +0100)
committerSiebrand Mazeland <s.mazeland@xs4all.nl>
Sat, 21 Nov 2009 15:53:25 +0000 (16:53 +0100)
actions/passwordsettings.php

index 11d7bf785317dd7628999e495abbfc91123571c5..4395f772bd91de91e4fa459d339b590e05da4a87 100644 (file)
@@ -110,7 +110,7 @@ class PasswordsettingsAction extends AccountSettingsAction
         $this->elementEnd('li');
         $this->elementStart('li');
         $this->password('confirm', _('Confirm'),
-                        _('same as password above'));
+                        _('Same as password above'));
         $this->elementEnd('li');
         $this->elementEnd('ul');