summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-04-24 04:32:26 +0100
committerAndrew Dolgov <[email protected]>2007-04-24 04:32:26 +0100
commit81352b548d7629a237d30c6feaa9b0a415b2bcac (patch)
treecee0d2a0db4c1fcce6e63663c3c7c94110e19616 /tt-rss.js
parent7a09510c022a6b28b5a90d97a438ddb81ac20314 (diff)
tweak error message
Diffstat (limited to 'tt-rss.js')
-rw-r--r--tt-rss.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/tt-rss.js b/tt-rss.js
index c2e9d1cb7..91f0b3c30 100644
--- a/tt-rss.js
+++ b/tt-rss.js
@@ -91,8 +91,9 @@ function backend_sanity_check_callback() {
try {
if (sanity_check_done) {
- fatalError(11, "Sanity check request received twice. You could be running"+
- " Firebug or some other disrupting extension. Please turn it off.");
+ fatalError(11, "Sanity check request received twice. This can indicate "+
+ "presence of Firebug or some other disrupting extension. "+
+ "Please disable it and try again.");
return;
}