mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Linter
synced 2024-11-12 01:09:49 +00:00
Fix incorrect message
Bug: T177286 Change-Id: I26d549e7185be7dad7e451f9545b56d2e5556b61
This commit is contained in:
parent
ab6ec28acf
commit
110121680a
|
@ -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",
|
||||
|
|
|
@ -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]]",
|
||||
|
|
Loading…
Reference in a new issue