- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 May 2005 00:46:05 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/share/templates/en_US
In directory hutz:/tmp/cvs-serv19011
Modified Files:
warnings.tmpl
Log Message:
slight rewording, as suggested by Karl
Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- warnings.tmpl 16 May 2005 23:34:41 -0000 1.13
+++ warnings.tmpl 17 May 2005 00:46:03 -0000 1.14
@@ -167,7 +167,7 @@
error, or that the Declaration is not using correct syntax. Validation
has been performed using a default "fallback" Document Type Definition
that closely resembles "<TMPL_VAR NAME="W09_dtd" ESCAPE="HTML">", but the
- document will not be Valid until you have corrected the problem with the
+ document will not be Valid until you have corrected this problem with the
DOCTYPE Declaration.
</p>
<TMPL_IF NAME="opt_verbose">
@@ -204,8 +204,8 @@
a DOCTYPE</a>".
</p>
<TMPL_ELSE>
- <p>Read the <a href="docs/help.html#faq-doctype"><acronym title="Frequently Asked Questions">FAQ</acronym>
- entry on adding a doctype</a> for more details and pointers on to fix this problem with your document.</p>
+ <p>Learn <a href="docs/help.html#faq-doctype">how to add a doctype to your document</a>
+ from our <acronym title="Frequently Asked Questions">FAQ</acronym>.</p>
</TMPL_IF>
</dd>
Received on Tuesday, 17 May 2005 01:04:08 UTC