From 965b92a09c2d0bb36137a357867e42e4095d82be Mon Sep 17 00:00:00 2001 From: Jim Derry Date: Sun, 24 Sep 2017 13:42:16 -0400 Subject: [PATCH] Addresses #435 by updating documentation. --- localize/translations/tidy.pot | 5 +++-- src/language_en.h | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/localize/translations/tidy.pot b/localize/translations/tidy.pot index 3a5c734..c9612b4 100644 --- a/localize/translations/tidy.pot +++ b/localize/translations/tidy.pot @@ -5,7 +5,7 @@ msgstr "" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: HTML Tidy poconvert.rb\n" "Project-Id-Version: \n" -"POT-Creation-Date: 2017-09-23 07:53:22\n" +"POT-Creation-Date: 2017-09-24 13:41:11\n" "Last-Translator: jderry\n" "Language-Team: \n" @@ -251,7 +251,8 @@ msgid "" "<!DOCTYPE html>." "
" "If set to auto (the default) Tidy will use an educated guess " -"based upon the contents of the document." +"based upon the contents of the document. Note that selecting this option " +"will not change the current document's DOCTYPE on output. " "
" "If set to strict, Tidy will set the DOCTYPE to the HTML4 or " "XHTML1 strict DTD." diff --git a/src/language_en.h b/src/language_en.h index 18db40c..62ff0c9 100755 --- a/src/language_en.h +++ b/src/language_en.h @@ -285,7 +285,8 @@ static languageDefinition language_en = { whichPluralForm_en, { "<!DOCTYPE html>." "
" "If set to auto (the default) Tidy will use an educated guess " - "based upon the contents of the document." + "based upon the contents of the document. Note that selecting this option " + "will not change the current document's DOCTYPE on output. " "
" "If set to strict, Tidy will set the DOCTYPE to the HTML4 or " "XHTML1 strict DTD."