Update language_en.h
Default: no means YES DO print out comments.
If set to YES, then DON'T print out comments.
(cherry picked from commit 95af5ad39a
)
This commit is contained in:
parent
0c182bbfa1
commit
a77dfb686f
|
@ -533,7 +533,7 @@ static languageDefinition language_en = { whichPluralForm_en, {
|
||||||
- The strings "Tidy" and "HTML Tidy" are the program name and must not
|
- The strings "Tidy" and "HTML Tidy" are the program name and must not
|
||||||
be translated. */
|
be translated. */
|
||||||
TidyHideComments, 0,
|
TidyHideComments, 0,
|
||||||
"This option specifies if Tidy should print out comments. "
|
"This option specifies if Tidy should not print out comments. "
|
||||||
},
|
},
|
||||||
{/* Important notes for translators:
|
{/* Important notes for translators:
|
||||||
- Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
|
- Use only <code></code>, <var></var>, <em></em>, <strong></strong>, and
|
||||||
|
|
Loading…
Reference in a new issue