From 223388932ccb690de0f3eec53222d144a22900bd Mon Sep 17 00:00:00 2001 From: funkman Date: Tue, 2 Jan 2007 15:16:10 +0000 Subject: [PATCH] doh - missed a ' -This line, and those below, will be ignored-- M LocalStrings.properties git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@491813 13f79535-47bb-0310-9956-ffa450edef68 --- java/javax/el/LocalStrings.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/javax/el/LocalStrings.properties b/java/javax/el/LocalStrings.properties index ec2482f94..92db77a2e 100644 --- a/java/javax/el/LocalStrings.properties +++ b/java/javax/el/LocalStrings.properties @@ -16,7 +16,7 @@ # Default localized string information # Localized for Locale en_US -propertyNotFound=Property ''{1}' not found on type {0} +propertyNotFound=Property ''{1}'' not found on type {0} propertyNotReadable=Property ''{1}'' not readable on type {0} propertyNotWritable=Property ''{1}'' not writable on type {0} propertyReadError=Error reading ''{1}'' on type {0} -- 2.11.0