diff options
| author | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-31 06:33:03 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.spb.ru> | 2006-03-31 06:33:03 +0100 |
| commit | 462a192bd576b1d27debcb89212456d1232c2ed8 (patch) | |
| tree | 4430c2171bf4a6133bcaabbd3501f5724376d11b /tt-rss.js | |
| parent | 9a3bb96a8700c60235dc27406e32d8affdc1c106 (diff) | |
small fatal error improvements
Diffstat (limited to 'tt-rss.js')
| -rw-r--r-- | tt-rss.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |