- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Sun, 12 Aug 2007 16:15:32 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv11435
Modified Files:
	error_messages.cfg 
Log Message:
Fixing typo, noted by Karl Hendrikse
http://www.w3.org/mid/7537bcf40708111730m292929dcl759c3a42a9d05325@mail.gmail.com
Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- error_messages.cfg	7 Aug 2007 23:26:40 -0000	1.28
+++ error_messages.cfg	12 Aug 2007 16:15:30 -0000	1.29
@@ -365,7 +365,7 @@
   verbose <<.EOF.
   <div class="ve mid-73">
     <p>
-      Most likely, You nested tags and closed them in the wrong order. For 
+      Most likely, you nested tags and closed them in the wrong order. For 
       example <p><em>...</p> is not acceptable, as <em>
       must be closed before <p>. Acceptable nesting is: 
       <p><em>...</em></p>  
@@ -1953,4 +1953,4 @@
       </p>
     </div>
   .EOF.
-</msg>
\ No newline at end of file
+</msg>
Received on Sunday, 12 August 2007 16:15:34 UTC