From 2e9fb0737e8b91b68641439b3ed20c4c26a6fdd2 Mon Sep 17 00:00:00 2001 From: funkman Date: Tue, 2 Jan 2007 14:53:35 +0000 Subject: [PATCH] Formatting bug with javax/el/LocalStrings.properties http://issues.apache.org/bugzilla/show_bug.cgi?id=39409 patch by Jan Bartel janbs a t mortbay com git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@491805 13f79535-47bb-0310-9956-ffa450edef68 --- java/javax/el/LocalStrings.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/java/javax/el/LocalStrings.properties b/java/javax/el/LocalStrings.properties index 22bc1e4fe..ec2482f94 100644 --- a/java/javax/el/LocalStrings.properties +++ b/java/javax/el/LocalStrings.properties @@ -16,9 +16,9 @@ # Default localized string information # Localized for Locale en_US -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} -propertyWriteError=Error writing '{1}' on type {0} -resolverNotWritable=ELResolver not writable for type {0} \ No newline at end of file +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} +propertyWriteError=Error writing ''{1}'' on type {0} +resolverNotWritable=ELResolver not writable for type {0} -- 2.11.0