validator/share/templates/en_US error_messages.cfg,1.15,1.16

Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv8871/templates/en_US

Modified Files:
	error_messages.cfg 
Log Message:
merging from 0.7 branch into trunk at tag validator-0_7_1-release

Index: error_messages.cfg
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/error_messages.cfg,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- error_messages.cfg	26 Jul 2005 23:15:04 -0000	1.15
+++ error_messages.cfg	20 Oct 2005 06:45:10 -0000	1.16
@@ -109,7 +109,7 @@
     verbose <<.EOF.
   <div class="ve mid-28">
     <p>
-        Check that you are using a proper syntax for you comments, e.g: &lt;!-- comment here --&gt;. 
+        Check that you are using a proper syntax for your comments, e.g: &lt;!-- comment here --&gt;. 
         This error may appear if you forget the last "--" to close one comment, therefore including the rest 
         of the content in your comment.
     </p>
@@ -168,7 +168,7 @@
     verbose <<.EOF.
   <div class="ve mid-42">
     <p>
-        This error may appear if you are using a bad syntax for you comments, such as "&lt;!invalid comment&gt;"
+        This error may appear if you are using a bad syntax for your comments, such as "&lt;!invalid comment&gt;"
         The proper syntax for comments is &lt;!-- your comment here --&gt;. 
     </p>
   </div>
@@ -778,7 +778,7 @@
   verbose <<.EOF.
   <div class="ve mid-137">
     <p>
-        Check that you are using a proper syntax for you comments, e.g: &lt;!-- comment here --&gt;. 
+        Check that you are using a proper syntax for your comments, e.g: &lt;!-- comment here --&gt;. 
         This error may appear if you forget the last "--" to close one comment, and later open another.
     </p>
   </div>

Received on Thursday, 20 October 2005 06:45:16 UTC