Author: funkman
Date: Tue Jan  2 06:53:35 2007
New Revision: 491805

URL: http://svn.apache.org/viewvc?view=rev&rev=491805
Log:
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


Modified:
    tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties

Modified: tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties
URL: 
http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties?view=diff&rev=491805&r1=491804&r2=491805
==============================================================================
--- tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties (original)
+++ tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties Tue Jan  2 
06:53:35 2007
@@ -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}



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to