]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/password.php
lcase tname
[quix0rs-gnu-social.git] / actions / password.php
index 5acfd16200fc6bbfb37b38f119cb065e66bcc988..aef1accdcc62389d5f3f99af279aceaf8b6ce6ab 100644 (file)
@@ -58,7 +58,7 @@ class PasswordAction extends SettingsAction {
                $confirm = $this->arg('confirm');
 
                if (0 != strcmp($newpassword, $confirm)) {
-                       $this->show_form(_('Passwords don\'t match'));
+                       $this->show_form(_('Passwords don\'t match.'));
                        return;
                }
 
@@ -86,6 +86,6 @@ class PasswordAction extends SettingsAction {
                        return;
                }
 
-               $this->show_form(_('Password saved'), true);
+               $this->show_form(_('Password saved.'), true);
        }
 }