summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-03-31 06:33:03 +0100
committerAndrew Dolgov <[email protected]>2006-03-31 06:33:03 +0100
commit462a192bd576b1d27debcb89212456d1232c2ed8 (patch)
tree4430c2171bf4a6133bcaabbd3501f5724376d11b /tt-rss.js
parent9a3bb96a8700c60235dc27406e32d8affdc1c106 (diff)
small fatal error improvements
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js2
1 files changed, 1 insertions, 1 deletions
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;
}