diff --git a/src/language_en.h b/src/language_en.h index 31f6738..69ced53 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -1586,9 +1586,9 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies if Tidy should add some extra empty lines for " "readability. " "
" - "The default is no. " + "The default is no. " "
" - "If set to auto Tidy will eliminate nearly all newline " + "If set to auto Tidy will eliminate nearly all newline " "characters." }, {/* Important notes for translators: @@ -1604,7 +1604,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "
" "Tidy tries to wrap lines so that they do not exceed this length. " "
" - "Set wrap to 0(zero) if you want to disable line " + "Set wrap to 0(zero) if you want to disable line " "wrapping. " }, {/* Important notes for translators: @@ -1641,7 +1641,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "To force Tidy to preserve the original, literal values of all attributes, " "and ensure that whitespace characters within attribute values are passed " "through unchanged, set literal-attributes to " - "yes. " + "yes. " }, {/* Important notes for translators: - Use only , , , , and @@ -1704,9 +1704,9 @@ static languageDefinition language_en = { whichPluralForm_en, { be translated. */ TidyAsciiChars, 0, "Can be used to modify behavior of the clean option when set " - "to yes. " + "to yes. " "
" - "If set to yes when clean, " + "If set to yes when clean, " "&emdash;, ”, and other named " "character entities are downgraded to their closest ASCII equivalents. " }, @@ -1722,21 +1722,21 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies the character encoding Tidy uses for both the input " "and output. " "
" - "For ascii Tidy will accept Latin-1 (ISO-8859-1) character " + "For ascii Tidy will accept Latin-1 (ISO-8859-1) character " "values, but will use entities for all characters whose value >127. " "
" - "For raw, Tidy will output values above 127 without " + "For raw, Tidy will output values above 127 without " "translating them into entities. " "
" - "For latin1, characters above 255 will be written as entities. " + "For latin1, characters above 255 will be written as entities. " "
" - "For utf8, Tidy assumes that both input and output are encoded " + "For utf8, Tidy assumes that both input and output are encoded " "as UTF-8. " "
" - "You can use iso2022 for files encoded using the ISO-2022 " + "You can use iso2022 for files encoded using the ISO-2022 " "family of encodings e.g. ISO-2022-JP. " "
" - "For mac and win1252, Tidy will accept vendor " + "For mac and win1252, Tidy will accept vendor " "specific character values, but will use entities for all characters whose " "value >127. " "
" @@ -1766,7 +1766,7 @@ static languageDefinition language_en = { whichPluralForm_en, { be translated. */ TidyLanguage, 0, "Currently not used, but this option specifies the language Tidy would use " - "if it were properly localized. For example: en. " + "if it were properly localized. For example: en. " }, #endif #if SUPPORT_UTF16_ENCODINGS @@ -1784,7 +1784,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "U+FEFF) to the beginning of the output, and only applies to UTF-8 and " "UTF-16 output encodings. " "
" - "If set to auto this option causes Tidy to write a BOM to " + "If set to auto this option causes Tidy to write a BOM to " "the output only if a BOM was present at the beginning of the input. " "
" "A BOM is always written for XML/XHTML output using UTF-16 output " @@ -1803,9 +1803,9 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies the character encoding Tidy uses for the output. " "
" "Note that this may only be different from input-encoding for " - "Latin encodings (ascii, latin0, " - "latin1, mac, win1252, " - "ibm858)." + "Latin encodings (ascii, latin0, " + "latin1, mac, win1252, " + "ibm858)." "
" "See char-encoding for more information" }, @@ -1898,7 +1898,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option specifies if Tidy should keep the original modification time " "of files that Tidy modifies in place. " "
" - "Setting the option to yes allows you to tidy files without " + "Setting the option to yes allows you to tidy files without " "changing the file modification date, which may be useful with certain " "tools that use the modification date for things such as automatic server " "deployment." @@ -2006,11 +2006,11 @@ static languageDefinition language_en = { whichPluralForm_en, { "This option controls the deletion or addition of the name " "attribute in elements where it can serve as anchor. " "
" - "If set to yes a name attribute, if not already " + "If set to yes a name attribute, if not already " "existing, is added along an existing id attribute if the DTD " "allows it. " "
" - "If set to no any existing name attribute is removed if an " + "If set to no any existing name attribute is removed if an " "id attribute exists or has been added. " }, {/* Important notes for translators: @@ -2023,15 +2023,15 @@ static languageDefinition language_en = { whichPluralForm_en, { be translated. */ TidyPPrintTabs, 0, "This option specifies if Tidy should indent with tabs instead of spaces, " - "assuming indent is yes. " + "assuming indent is yes. " "
" - "Set it to yes to indent using tabs instead of the default " + "Set it to yes to indent using tabs instead of the default " "spaces. " "
" "Use the option indent-spaces to control the number of tabs " "output per level of indent. Note that when indent-with-tabs " "is enabled the default value of indent-spaces is reset to " - "1. " + "1. " "
" "Note tab-size controls converting input tabs to spaces. Set " "it to zero to retain input tabs. " @@ -2058,7 +2058,7 @@ 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 " + "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. " @@ -2066,7 +2066,7 @@ static languageDefinition language_en = { whichPluralForm_en, { "Additionally if drop-proprietary-attributes is enabled, " "then not applicable attributes will be dropped, too. " "
" - "When set to no, these checks are not performed. " + "When set to no, these checks are not performed. " }, /********************************************************