From 462a192bd576b1d27debcb89212456d1232c2ed8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 31 Mar 2006 06:33:03 +0100 Subject: small fatal error improvements --- tt-rss.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tt-rss.js') diff --git a/tt-rss.js b/tt-rss.js index 6ad0adff7..9b77aa53a 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; } -- cgit v1.2.3-54-g00ecf