summaryrefslogtreecommitdiff
path: root/actions/recoverpassword.php
diff options
context:
space:
mode:
authorSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-01 14:44:37 +0100
committerSiebrand Mazeland <s.mazeland@xs4all.nl>2010-11-01 16:49:35 +0100
commit6ab34fd8e8632e265d9e329a59272203be5169f7 (patch)
tree0cd7c22a0d2066f4436be21d50d211959af9e48d /actions/recoverpassword.php
parent5c6732c4bbe18aa05b0563d8c8b673c694dada91 (diff)
* i18n/L10n updates.
* translator documentation added. * superfluous whitespace removed.
Diffstat (limited to 'actions/recoverpassword.php')
-rw-r--r--actions/recoverpassword.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/recoverpassword.php b/actions/recoverpassword.php
index f9956897f..33b0440e4 100644
--- a/actions/recoverpassword.php
+++ b/actions/recoverpassword.php
@@ -362,7 +362,7 @@ class RecoverpasswordAction extends Action
$confirm = $this->trimmed('confirm');
if (!$newpassword || strlen($newpassword) < 6) {
- $this->showPasswordForm(_('Password must be 6 chars or more.'));
+ $this->showPasswordForm(_('Password must be 6 characters or more.'));
return;
}
if ($newpassword != $confirm) {