diff --git a/src/language_en.h b/src/language_en.h index 5171bd0..f5b7c71 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -78,10 +78,16 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies what level of accessibility checking, if any, " "that Tidy should perform. " "
" - "Level 0 (Tidy Classic) is equivalent to Tidy Classic's accessibility " - "checking. " + "Level 0 (Tidy Classic) performs no additional accessibility checking. " "
" - "For more information on Tidy's accessibility checking, visit " + "Level 1 (Priority 1 Checks) performs the Priority Level 1 checks." + "
" + "Level 2 (Priority 2 Checks) performs the Priority Level 1 and 2 checks." + "
" + "Level 3 (Priority 3 Checks) performs the Priority Level 1, 2, and 3 checks." + "
" + "For more information on Tidy's accessibility checking, including the specific " + "checks that are made for each Priority Level, please visit " " Tidy's Accessibility Page. " }, {/* Important notes for translators: diff --git a/version.txt b/version.txt index 570e263..acb77d4 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ -5.7.54 -2021.07.31 +5.7.55 +2021.07.09