diff --git a/src/language_en.h b/src/language_en.h index 7ec8964..89ce073 100644 --- a/src/language_en.h +++ b/src/language_en.h @@ -363,8 +363,15 @@ static languageDefinition language_en = { whichPluralForm_en, { - The strings "Tidy" and "HTML Tidy" are the program name and must not be translated. */ TidyEmacs, 0, - "This option specifies if Tidy should change the format for reporting " - "errors and warnings to a format that is more easily parsed by GNU Emacs. " + "This option specifies that Tidy should change the format for reporting " + "errors and warnings to a format that is more easily parsed by GNU Emacs " + "or some other program. It changes them from the default " + "
" + " line <line number> column <column number> - (Error|Warning): <message> " + "
" + "to a form which includes the input filename: " + "
" + " <filename>:<line number>:<column number>: (Error|Warning): <message> " }, {/* Important notes for translators: - Use only , , , , and