diff options
author | Brion Vibber <brion@pobox.com> | 2010-11-02 15:02:55 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-11-02 15:02:55 -0700 |
commit | 0229c22d2358933758fea98284349a871106b3bd (patch) | |
tree | c62b1919f0a38e82a748162563c956d885137db1 /actions/recoverpassword.php | |
parent | 62d47011482373b77ac6715d507ab8913b9280fc (diff) | |
parent | 04ca706601a2a3b556cc52fa21b61fcd842c4e87 (diff) |
Merge branch '1.0.x' into schema-x
Diffstat (limited to 'actions/recoverpassword.php')
-rw-r--r-- | actions/recoverpassword.php | 2 |
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) { |