diff --git a/src/language_en.h b/src/language_en.h index d6d1849..8acc8ca 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -1202,10 +1202,10 @@ static languageDefinition language_en = { whichPluralForm_en, { be translated. */ TidyStrictTagsAttr, 0, "This options ensures that tags and attributes are applicable for the " - "version of HTML that Tidy outputs. When set to yes (the " - "default) and the output document type is a strict doctype, then Tidy " - "will report errors. If the output document type is a loose or " - "transitional doctype, then Tidy will report warnings. " + "version of HTML that Tidy outputs. When set to yes and the " + "output document type is a strict doctype, then Tidy will report " + "errors. If the output document type is a loose or transitional " + "doctype, then Tidy will report warnings. " "
" "Additionally if drop-proprietary-attributes is enabled, " "then not applicable attributes will be dropped, too. "