From fe5cabeb93d44afbec4133e8c480712510596ed9 Mon Sep 17 00:00:00 2001 From: kkolinko Date: Mon, 9 May 2011 00:04:10 +0000 Subject: [PATCH] Followup to r1095686: add missing colon in the message text git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1100843 13f79535-47bb-0310-9956-ffa450edef68 --- java/org/apache/jasper/resources/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/org/apache/jasper/resources/LocalStrings.properties b/java/org/apache/jasper/resources/LocalStrings.properties index 428b673bd..50dbfb55e 100644 --- a/java/org/apache/jasper/resources/LocalStrings.properties +++ b/java/org/apache/jasper/resources/LocalStrings.properties @@ -336,7 +336,7 @@ jsp.error.needAlternateJavaEncoding=Default java encoding {0} is invalid on your jsp.error.single.line.number=An error occurred at line: {0} in the jsp file: {1} jsp.error.multiple.line.number=\n\nAn error occurred between lines: {0} and {1} in the jsp file: {2}\n\n jsp.error.java.line.number=An error occurred at line: {0} in the generated java file -jsp.error.location=line: {0}, column {1} +jsp.error.location=line: {0}, column: {1} jsp.error.corresponding.servlet=Generated servlet error:\n jsp.error.empty.body.not.allowed=Empty body not allowed for {0} jsp.error.jspbody.required=Must use jsp:body to specify tag body for {0} if jsp:attribute is used. -- 2.11.0