diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/index.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/index.html.tmpl b/template/en/default/index.html.tmpl index e1b524d0d..07712a708 100644 --- a/template/en/default/index.html.tmpl +++ b/template/en/default/index.html.tmpl @@ -45,9 +45,9 @@ function addSidebar() { } else { - var rv = window.confirm ("This page is enhanced for use with Netscape 6. " + "Would you like to upgrade now?"); + var rv = window.confirm ("Your browser does not support the sidebar extension. " + "Would you like to upgrade now?"); if (rv) - document.location.href = "http://home.netscape.com/download/index.html"; + document.location.href = "http://www.mozilla.org/binaries.html"; } } //--> |