From 110121680a5a8ca00c9f1c96f6eea07d04a05a0d Mon Sep 17 00:00:00 2001 From: Subramanya Sastry Date: Tue, 3 Oct 2017 09:25:18 -0500 Subject: [PATCH] Fix incorrect message Bug: T177286 Change-Id: I26d549e7185be7dad7e451f9545b56d2e5556b61 --- i18n/en.json | 2 +- i18n/qqq.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 2248a0e7..11b097c7 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -20,7 +20,7 @@ "linter-pager-misnested-tag-details": "Misnested tag which should be properly nested", "linter-pager-pwrap-bug-workaround-details": "Paragraph wrapping bug workaround", "linter-pager-tidy-whitespace-bug-details": "Tidy whitespace bug", - "linter-pager-html5-nesting": "Misnesting in HTML5 (but not in Tidy)", + "linter-pager-html5-misnesting-details": "Misnesting in HTML5 (but not in Tidy)", "linter-category-fostered": "Fostered content", "linter-category-fostered-desc": "These pages have fostered content.", "linter-category-obsolete-tag": "Obsolete HTML tags", diff --git a/i18n/qqq.json b/i18n/qqq.json index 91daff1c..7d9f15ca 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -24,7 +24,7 @@ "linter-pager-misnested-tag-details": "Table column heading", "linter-pager-pwrap-bug-workaround-details": "Table column heading", "linter-pager-tidy-whitespace-bug-details": "Table column heading. \"Tidy\" is a name of a software package that transforms HTML files, so it doesn't have to be translated. For information about the bug, see the commit message https://gerrit.wikimedia.org/r/#/c/371068 .", - "linter-pager-html5-nesting": "Table column heading", + "linter-pager-html5-misnesting-details": "Table column heading.", "linter-category-fostered": "Name of lint error category. See [[:mw:Help:Extension:Linter/fostered]]", "linter-category-fostered-desc": "Description of category.", "linter-category-obsolete-tag": "Name of lint error category. See [[:mw:Help:Extension:Linter/obsolete-tag]]",