validator/share/templates/en_US warnings.tmpl,1.46,1.47

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

Modified Files:
	warnings.tmpl 
Log Message:
Fix "the the" typo in direct input mode info, thanks to Paul Washburn for the catch.

Index: warnings.tmpl
===================================================================
RCS file: /sources/public/validator/share/templates/en_US/warnings.tmpl,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -d -r1.46 -r1.47
--- warnings.tmpl	28 Jan 2009 15:30:17 -0000	1.46
+++ warnings.tmpl	28 May 2009 20:01:49 -0000	1.47
@@ -526,7 +526,7 @@
   <li class="msg_info" id="W28"><p><span class="err_type"><img src="images/info_icons/info.png" alt="Info" title="Info" /></span> <span class="msg">Using Direct Input mode: UTF-8 character encoding assumed</span></p>
   
     <p>Unlike the “by URI” and “by File Upload” modes, the “Direct Input” mode of the validator provides validated content in the form of characters pasted or typed in the validator's form field. This will automatically make the data UTF-8, and therefore the validator does not need to determine the character encoding of your document, and will ignore any charset information specified.</p>
-    <p>If you notice a discrepancy in detected character encoding between the the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document.</p>
+    <p>If you notice a discrepancy in detected character encoding between the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document.</p>
   </li>
 </TMPL_IF>
 

Received on Thursday, 28 May 2009 20:01:56 UTC