From 4a334fcfbdc18af3eb906751065ccb79f4b2d31e Mon Sep 17 00:00:00 2001 From: "gavin%gavinsharp.com" Date: Sun, 12 Feb 2006 20:23:59 +0000 Subject: [PATCH] Bug 326891: content encoding error page incorrectly uses the generic error page title/text, r+sr=bzbarsky git-svn-id: svn://10.0.0.236/trunk@189797 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/resources/content/netError.xhtml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/docshell/resources/content/netError.xhtml b/mozilla/docshell/resources/content/netError.xhtml index 58f2b2849ab..882c162c367 100644 --- a/mozilla/docshell/resources/content/netError.xhtml +++ b/mozilla/docshell/resources/content/netError.xhtml @@ -159,6 +159,7 @@

&deniedPortAccess.title;

&proxyResolveFailure.title;

&proxyConnectFailure.title;

+

&contentEncodingError.title;

&generic.longDesc;
@@ -176,6 +177,7 @@
&deniedPortAccess.longDesc;
&proxyResolveFailure.longDesc;
&proxyConnectFailure.longDesc;
+
&contentEncodingError.longDesc;