]> git.wh0rd.org - tt-rss.git/commitdiff
tweak error message
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 24 Apr 2007 03:32:26 +0000 (04:32 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 24 Apr 2007 03:32:26 +0000 (04:32 +0100)
errors.php
prefs.js
tt-rss.js

index 9fb028ecac9024e710d02f084dc9797545c615ac..dc47f38e40f888b88997909fb5d7436e1ddb46ba 100644 (file)
@@ -27,6 +27,5 @@
        $ERRORS[10] = __("Your version of MySQL is not currently supported. Please see 
                official site for more information.");
 
-       $ERRORS[11] = __("Sanity check request received twice. You could be running
-               Firebug or some other disrupting extension. Please turn it off.");
+       $ERRORS[11] = "[This error is not returned by server]";
 ?>
index d61616182fad6e7c206ad0850fb066baf754a653..bf72209b79db5ca6b017cc10eea656e8bcceefa9 100644 (file)
--- a/prefs.js
+++ b/prefs.js
@@ -1243,8 +1243,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;
                        }
 
index c2e9d1cb7ad0a2352d776fa8470669b06dd27878..91f0b3c30ac01b1d7b27640be12194f67c77bc67 100644 (file)
--- 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;
                        }