tbrehm
2008-09-13 4a4d48104ba8fe3483aa3ac45d6fe35a7c00ece1
interface/web/tools/user_settings.php
@@ -77,7 +77,7 @@
      global $app, $conf;
      
      if($_POST['passwort'] != $_POST['passwort2']) {
         $app->tform->errorMessage = 'The passwords in the second password field does not match the first password.';
         $app->tform->errorMessage = $app->tform->lng('password_mismatch');
      }
      
   }