diff options
-rw-r--r-- | share/templates/en_US/fatal-error.tmpl | 2 | ||||
-rw-r--r-- | share/templates/en_US/warnings.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/share/templates/en_US/fatal-error.tmpl b/share/templates/en_US/fatal-error.tmpl index ce7f1f2..81869a9 100644 --- a/share/templates/en_US/fatal-error.tmpl +++ b/share/templates/en_US/fatal-error.tmpl @@ -135,7 +135,7 @@ not currently supported by this service. </p> <p> - The Content-Type field is sent by your web server (or web browser if + The Content-Type header is sent by your web server (or web browser if you use the file upload interface) and depends on its configuration. Commonly, web servers will have a mapping of filename extensions (such as ".html") to <abbr diff --git a/share/templates/en_US/warnings.tmpl b/share/templates/en_US/warnings.tmpl index a457b16..ecce33a 100644 --- a/share/templates/en_US/warnings.tmpl +++ b/share/templates/en_US/warnings.tmpl @@ -76,7 +76,7 @@ to check these potential issues, and, if necessary, fix them and re-validate the <TMPL_IF NAME="opt_verbose"> <p>The sources used to find encoding information include:</p> <ul> - <li>The HTTP Content-Type field.</li> + <li>The HTTP Content-Type header.</li> <li>The XML Declaration.</li> <li>The HTML "META" element.</li> </ul> |