mrglavas 2003/11/12 21:21:17
Modified: java/src/org/apache/xerces/impl/msg XMLMessages.properties
Log:
Fixing Bug #24662. Some grammar errors reported
and corrected by George Cristian Bina.
Revision Changes Path
1.28 +3 -3
xml-xerces/java/src/org/apache/xerces/impl/msg/XMLMessages.properties
Index: XMLMessages.properties
===================================================================
RCS file:
/home/cvs/xml-xerces/java/src/org/apache/xerces/impl/msg/XMLMessages.properties,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- XMLMessages.properties 10 Nov 2003 01:03:30 -0000 1.27
+++ XMLMessages.properties 13 Nov 2003 05:21:17 -0000 1.28
@@ -106,9 +106,9 @@
SpaceRequiredBeforeEncodingInTextDecl = White space is required before the
encoding pseudo attribute in the text declaration.
TextDeclUnterminated = The text declaration must end with \"?>\".
EncodingDeclRequired = The encoding declaration is required in the text
declaration.
- NoMorePseudoAttributes = no more pseudo attributes is allowed.
- MorePseudoAttributes = more pseudo attributes is expected.
- PseudoAttrNameExpected = a pseudo attribute name is expected.
+ NoMorePseudoAttributes = No more pseudo attributes are allowed.
+ MorePseudoAttributes = More pseudo attributes are expected.
+ PseudoAttrNameExpected = A pseudo attribute name is expected.
# 4.3.2 Well-Formed Parsed Entities
CommentNotInOneEntity = The comment must be entirely contained within the
same parsed entity.
PINotInOneEntity = The processing instruction must be entirely contained
within the same parsed entity.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]