summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbjoern <bjoern@localhost>2005-01-04 06:56:55 +0000
committerbjoern <bjoern@localhost>2005-01-04 06:56:55 +0000
commit388d08056c761ab78cf778640cc4ab28da3de338 (patch)
tree9f3f77e04388e6e57b59ca26bebe3a8812ad465f
parent1537c5a48061dac817b56eb2207740c07ca4223f (diff)
downloadmarkup-validator-388d08056c761ab78cf778640cc4ab28da3de338.zip
markup-validator-388d08056c761ab78cf778640cc4ab28da3de338.tar.gz
markup-validator-388d08056c761ab78cf778640cc4ab28da3de338.tar.bz2
http://www.w3.org/mid/Pine.GSO.4.58.0412291656290.13066@korppi.cs.tut.fi
-rw-r--r--share/templates/en_US/error_messages.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/en_US/error_messages.cfg b/share/templates/en_US/error_messages.cfg
index eea2959..4596311 100644
--- a/share/templates/en_US/error_messages.cfg
+++ b/share/templates/en_US/error_messages.cfg
@@ -289,8 +289,8 @@
verbose <<.EOF.
<div class="ve mid-70">
<p>
- You may have neglected to close a tag, or perhaps you meant to
- "self-close" a tag; that is, ending it with "/&gt;" instead of "&gt;".
+ You may have neglected to close an element, or perhaps you meant to
+ "self-close" an element, that is, ending it with "/&gt;" instead of "&gt;".
</p>
</div>
.EOF.