diff --git a/src/language_en.h b/src/language_en.h index f1468a9..c84a7d8 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -708,7 +708,7 @@ static languageDefinition language_en = { whichPluralForm_en, { - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ TidyKeepTabs, 0, - "With the default no Tidy will replace all source tabs, with spaces, " + "With the default no Tidy will replace all source tabs with spaces, " "controlled by the option tab-size, and the current line offset. " "Of course, except in the special blocks/elements enumerated below, this will later " "be reduced to just one space. " @@ -716,7 +716,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "If set yes this option specifies Tidy should keep certain tabs " "found in the source, but only " "in preformatted blocks like <pre>, and other CDATA elements like " - "<script>, <style>, and other pseudo elements like " + "<script>, <style>, and other pseudo elements like " "<?php ... ?>. As always, all other tabs, or sequences of tabs, in " "the source will continue to be replaced with a space. " },