From: funkman Date: Tue, 2 Jan 2007 15:16:10 +0000 (+0000) Subject: doh - missed a ' X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=223388932ccb690de0f3eec53222d144a22900bd;p=tomcat7.0 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 --- 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}