summaryrefslogtreecommitdiff
path: root/actions/passwordsettings.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/passwordsettings.php')
-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');