From f7209cf65c1602d85383afb7ab1909c331afbffe Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Wed, 10 Apr 2002 11:09:59 +0000 Subject: [PATCH] Fix an %s which should have been an %S. b=131143 r=chak@netscape.com sr=rpotts@netscape.com a=lorikaplan@netscape.com (locale) a=jaimejr@netscape.com (adt) a=asa@mozilla.org git-svn-id: svn://10.0.0.236/trunk@118609 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/appstrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/docshell/base/appstrings.properties b/mozilla/docshell/base/appstrings.properties index e534cbaef2c..c3d4a07f92b 100644 --- a/mozilla/docshell/base/appstrings.properties +++ b/mozilla/docshell/base/appstrings.properties @@ -20,7 +20,7 @@ malformedURI=The URL is not valid and cannot be loaded. fileNotFound=The file %s cannot be found. Please check the location and try again. dnsNotFound=%s could not be found. Please check the name and try again. -protocolNotFound=%s is not a registered protocol. +protocolNotFound=%S is not a registered protocol. connectionFailure=The connection was refused when attempting to contact %s. netTimeout=The operation timed out when attempting to contact %s. redirectLoop=Redirection limit for this URL exceeded. Unable to load the requested page.