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

* Looks like I missed other instances :(

Change-Id: If28d3127ca93af575d8b7c2b8e1539efde0639c2
This commit is contained in:
Subramanya Sastry 2017-12-13 17:29:02 -06:00
parent bf43e07357
commit b98e04e065

View file

@ -52,8 +52,8 @@
"linter-category-html5-misnesting-desc": "These misnested tags will behave differently in HTML5 compared to HTML4.",
"linter-category-tidy-font-bug": "Tidy bug affecting font tags wrapping links",
"linter-category-tidy-font-bug-desc": "Tidy moves these font tags inside links to change link colour",
"linter-category-multiple-unclosed-formatting-tags": "Multiple unclosed small or big tags",
"linter-category-multiple-unclosed-formatting-tags-desc": "These pages have multiple unclosed small or big tags",
"linter-category-multiple-unclosed-formatting-tags": "Multiple unclosed formatting tags",
"linter-category-multiple-unclosed-formatting-tags-desc": "These pages have multiple unclosed formatting tags",
"linter-category-unclosed-quotes-in-heading": "Unclosed quote in heading",
"linter-category-unclosed-quotes-in-heading-desc": "These pages have an unclosed quote in a heading, which then leaks out of the table of contents.",
"linter-category-multiline-html-table-in-list": "Multiline table in list",