From 7bbeae3eeaeab7546e3f5639bf1e246c84491aee Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Tue, 7 Nov 2017 20:29:04 +0100 Subject: [PATCH] Issue #403 - Fix and enhance descripion of keep-tabs option --- src/language_en.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/language_en.h b/src/language_en.h index 9f5b93e..56b91e8 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -708,7 +708,17 @@ static languageDefinition language_en = { whichPluralForm_en, { - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ TidyKeepTabs, 0, - "This option specifies if Tidy should keep tabs found in the source. " + "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/elments enumerated below, this will later " + "be reduced to just one space. " + "
" + "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 " + "<?php ... ?>. As always, all other tabs, or sequences of tabs, in " + "the source will continue to be replaced with a space. " }, {/* Important notes for translators: - Use only , , , , and