summaryrefslogtreecommitdiff
path: root/tt-rss.js
diff options
context:
space:
mode:
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;
}