diff options
author | ot <ot@localhost> | 2005-04-20 02:51:30 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2005-04-20 02:51:30 +0000 |
commit | 37187b223d62b89dd77347037cc86518e2605a55 (patch) | |
tree | f875192984540ca3c1319a3b4a6c675c33e21da2 | |
parent | b77a779fb119e099a49369b29774ae0a97a63c4e (diff) | |
download | markup-validator-37187b223d62b89dd77347037cc86518e2605a55.zip markup-validator-37187b223d62b89dd77347037cc86518e2605a55.tar.gz markup-validator-37187b223d62b89dd77347037cc86518e2605a55.tar.bz2 |
using "you" and "I" more consistently
-rw-r--r-- | share/templates/en_US/warnings.tmpl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl index 1c52af4..bc9c06b 100644 --- a/share/templates/en_US/warnings.tmpl +++ b/share/templates/en_US/warnings.tmpl @@ -111,8 +111,8 @@ common encodings if you are not sure what encoding to choose. </p> <TMPL_ELSE> - <p>So what should I do? - <a href="docs/help.html#faq-charset">Tell me more...</a></p> + <p>Read the <a href="docs/help.html#faq-charset"><acronym title="Frequently Asked Questions">FAQ</acronym> + entryl on character encoding</a> for more details and pointers on to fix this problem with your document.</p> </TMPL_IF> </dd> </TMPL_IF> @@ -204,7 +204,8 @@ a DOCTYPE</a>". </p> <TMPL_ELSE> - <p>So what should I do? <a href="docs/help.html#faq-doctype">Tell me more...</a></p> + <p>Read the <a href="docs/help.html#faq-doctype"><acronym title="Frequently Asked Questions">FAQ</acronym> + entryl on adding a doctype</a> for more details and pointers on to fix this problem with your document.</p> </TMPL_IF> </dd> |