Translate error message into German
authorJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 16:48:21 +0000 (17:48 +0100)
committerJoey Schulze <joey@infodrom.org>
Sun, 28 Feb 2010 16:48:21 +0000 (17:48 +0100)
lib/functions.js

index e4c6e50..a145482 100644 (file)
@@ -8,7 +8,7 @@ function ajax_request_callback(req)
 
        if (typeof data.error == 'string') {
            error('Fehler im AJAX-Backend');
-           alert("Error in AJAX backend:\n" + data.error);
+           alert("Fehler im AJAX backend:\n" + data.error);
        } else if (req.oncomplete)
            req.oncomplete(data);
     }