quentusrex
2008-10-30 620df024f3d8960a89eb4ed71d3ea61e2b9aa3db
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');
      }
      
   }