From: Siebrand Mazeland Date: Sat, 21 Nov 2009 15:53:25 +0000 (+0100) Subject: Capitalise "same as password above" X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=bd063b8d5af3c0bdb07f8a47fc15ab52e215d0cf;p=quix0rs-gnu-social.git Capitalise "same as password above" --- diff --git a/actions/passwordsettings.php b/actions/passwordsettings.php index 11d7bf7853..4395f772bd 100644 --- a/actions/passwordsettings.php +++ b/actions/passwordsettings.php @@ -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');