diff options
author | ville <ville@localhost> | 2010-02-22 17:07:58 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2010-02-22 17:07:58 +0000 |
commit | 721247413ecde16480437d32e55896d7413621b7 (patch) | |
tree | e83ce4a496cccafa808a2735921ffd7c09b9d7a3 | |
parent | 584673269dea3d60a97f6d7377ba748d91349ab7 (diff) | |
download | markup-validator-721247413ecde16480437d32e55896d7413621b7.zip markup-validator-721247413ecde16480437d32e55896d7413621b7.tar.gz markup-validator-721247413ecde16480437d32e55896d7413621b7.tar.bz2 |
Experimental feature blurb grammar fix, thanks to D. Strout.
-rw-r--r-- | share/templates/en_US/warnings.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl index 3bf372c..609e7db 100644 --- a/share/templates/en_US/warnings.tmpl +++ b/share/templates/en_US/warnings.tmpl @@ -10,7 +10,7 @@ to check these potential issues, and, if necessary, fix them and re-validate the <p>The validator checked your document with an experimental feature: <em><TMPL_VAR NAME="W00_experimental_name" ESCAPE="HTML"></em>. This feature has been made available for your convenience, but be aware that it may be unreliable, or not perfectly - up to date with the latest development of some cutting-edge technologies. If you find any issue + up to date with the latest development of some cutting-edge technologies. If you find any issues with this feature, please <a href="<TMPL_VAR NAME="W00_experimental_URI" ESCAPE="HTML">">report them</a>. Thank you. </p> </li> |