neilg 2003/01/03 13:51:43
Modified: java/src/org/apache/xerces/impl/msg DOMMessages.properties
Log:
localize an errant error message
Revision Changes Path
1.4 +2 -1
xml-xerces/java/src/org/apache/xerces/impl/msg/DOMMessages.properties
Index: DOMMessages.properties
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/DOMMessages.properties,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- DOMMessages.properties 11 Dec 2002 16:14:31 -0000 1.3
+++ DOMMessages.properties 3 Jan 2003 21:51:43 -0000 1.4
@@ -31,6 +31,7 @@
#error messages or exceptions
FEATURE_NOT_SUPPORTED = The parameter {0} is recognized but the requested value
cannot be set.
FEATURE_NOT_FOUND = The parameter {0} is not recognized.
+STRING_TOO_LONG = The resulting string is too long to fit in a DOMString: ''{0}''.
#Ranges
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]