summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-21 16:53:25 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2009-11-21 16:53:25 +0100
commitbd063b8d5af3c0bdb07f8a47fc15ab52e215d0cf (patch)
treecaf3b9f6674765f326ebd10901ef2dbc43a8acd8 /actions
parentdf6796763d344bfa403264be9a6dc911aff9fed9 (diff)
Capitalise "same as password above"
Diffstat (limited to 'actions')
-rw-r--r--actions/passwordsettings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/passwordsettings.php b/actions/passwordsettings.php
index 11d7bf785..4395f772b 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');