Formatting bug with javax/el/LocalStrings.properties
authorfunkman <funkman@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Jan 2007 14:53:35 +0000 (14:53 +0000)
committerfunkman <funkman@13f79535-47bb-0310-9956-ffa450edef68>
Tue, 2 Jan 2007 14:53:35 +0000 (14:53 +0000)
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

index 22bc1e4..ec2482f 100644 (file)
@@ -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}