You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by fu...@apache.org on 2007/01/02 16:16:10 UTC

svn commit: r491813 - /tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties

Author: funkman
Date: Tue Jan  2 07:16:10 2007
New Revision: 491813

URL: http://svn.apache.org/viewvc?view=rev&rev=491813
Log:
doh - missed a '

-This line, and those below, will be ignored--

M    LocalStrings.properties

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=491813&r1=491812&r2=491813
==============================================================================
--- tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties (original)
+++ tomcat/tc6.0.x/trunk/java/javax/el/LocalStrings.properties Tue Jan  2 07:16:10 2007
@@ -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}



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org