martinc 01/11/19 19:07:30
Modified: src/share/org/apache/struts/util LocalStrings.properties
Log:
Fixed a typo in message resources.
PR: 4836
Submitted by: Daniel Temme
Revision Changes Path
1.5 +1 -1
jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties
Index: LocalStrings.properties
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/util/LocalStrings.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- LocalStrings.properties 2001/10/16 17:15:25 1.4
+++ LocalStrings.properties 2001/11/20 03:07:29 1.5
@@ -9,6 +9,6 @@
lookup.scope=Invalid bean scope {0}
lookup.target=Exception thrown by getter for property {0} of bean {1}
message.bundle=Cannot find message resources under key {0}
-parameters.multi=Cannot cast to Map for name={0} property={1e} scope={2}
+parameters.multi=Cannot cast to Map for name={0} property={1} scope={2}
parameters.single=Cannot cast to String for name={0} property={1} scope={2}
write.io=Input/output error: {0}
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>