]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/passwordsettings.php
Capitalise "same as password above"
[quix0rs-gnu-social.git] / 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');