]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/recoverpassword.php
Merge branch 'master' into 0.9.x
[quix0rs-gnu-social.git] / actions / recoverpassword.php
index f9956897f69918f1efa634db6149c9f1a0452a4f..33b0440e40193505be2516d938c104b0555d4fab 100644 (file)
@@ -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) {