From: Andrew Dolgov Date: Fri, 31 Mar 2006 05:33:03 +0000 (+0100) Subject: small fatal error improvements X-Git-Tag: 1.1.5~4 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=462a192bd576b1d27debcb89212456d1232c2ed8;p=tt-rss.git small fatal error improvements --- diff --git a/tt-rss.js b/tt-rss.js index 6ad0adff..9b77aa53 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -153,7 +153,7 @@ function backend_sanity_check_callback() { try { if (!xmlhttp.responseXML) { - fatalError(3, "[D001, Reply is not XML]: " + xmlhttp.responseText); + fatalError(3, "[D001, Received reply is not XML]: " + xmlhttp.responseText); return; } diff --git a/tt-rss.php b/tt-rss.php index 71a866c6..90fbbb70 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -64,7 +64,7 @@
Loading, please wait...

Fatal Error

-
Unknown Error
+
Unknown Error