From b416e84f80ffb64de86a3bec15edcd7c5b9696cd Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Mon, 11 Dec 2017 17:04:07 -0600 Subject: [PATCH] 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 --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index c25c1b5a..e6a9b101 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -22,7 +22,7 @@ "linter-pager-tidy-whitespace-bug-details": "Tidy whitespace bug", "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-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-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",