Update en/i18n message for multiple-unclosed-formatting-tags

* On the Parsoid side, we update the use of this linter category
  for more than small and big tags.

Change-Id: I55ac9e3cc16135ac4e353a03d4d9223a599b58b8
This commit is contained in:
Subramanya Sastry 2017-12-11 17:04:07 -06:00
parent 7a7ff2b87e
commit b416e84f80

View file

@ -22,7 +22,7 @@
"linter-pager-tidy-whitespace-bug-details": "Tidy whitespace bug", "linter-pager-tidy-whitespace-bug-details": "Tidy whitespace bug",
"linter-pager-html5-misnesting-details": "Misnesting in HTML5 (but not in Tidy)", "linter-pager-html5-misnesting-details": "Misnesting in HTML5 (but not in Tidy)",
"linter-pager-tidy-font-bug-details": "Font tag changes link color in Tidy but won't in HTML5", "linter-pager-tidy-font-bug-details": "Font tag changes link color in Tidy but won't in HTML5",
"linter-pager-multiple-unclosed-formatting-tags-details": "Multiple unclosed small or big tags on the page", "linter-pager-multiple-unclosed-formatting-tags-details": "Multiple unclosed formatting tags on the page",
"linter-pager-unclosed-quotes-in-heading-details": "Unclosed quote which leaks out of the table of contents", "linter-pager-unclosed-quotes-in-heading-details": "Unclosed quote which leaks out of the table of contents",
"linter-pager-multiline-html-table-in-list-details": "Multiline HTML5 table inside a list, rendered differently in HTML5 and Tidy", "linter-pager-multiline-html-table-in-list-details": "Multiline HTML5 table inside a list, rendered differently in HTML5 and Tidy",
"linter-pager-misc-tidy-replacement-issues-details": "Miscellaneous markup errors affecting Tidy replacement", "linter-pager-misc-tidy-replacement-issues-details": "Miscellaneous markup errors affecting Tidy replacement",