1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 08:05:56 +00:00

tweak error message

This commit is contained in:
Andrew Dolgov
2007-04-24 04:32:26 +01:00
parent 7a09510c02
commit 81352b548d
3 changed files with 7 additions and 6 deletions

View File

@@ -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;
}