]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/passwordsettings.php
Update/add translator documentation.
[quix0rs-gnu-social.git] / actions / passwordsettings.php
index 63acba7134d637e5b634afb30eaa6af4d572d1d1..465cb558a4bcdaffb71af5165609d93ccf0b71f7 100644 (file)
@@ -163,7 +163,8 @@ class PasswordsettingsAction extends SettingsAction
             $this->showForm(_('Password must be 6 or more characters.'));
             return;
         } else if (0 != strcmp($newpassword, $confirm)) {
-            $this->showForm(_('Passwords don\'t match.'));
+            // TRANS: Form validation error on password change when password confirmation does not match.
+            $this->showForm(_('Passwords do not match.'));
             return;
         }