relaxng: update inspection names & descriptions

GitOrigin-RevId: edb26e8addf4dcace6c1766368447e1d874c68cb
This commit is contained in:
Tomasz Blachut
2021-04-12 13:35:12 +02:00
committed by intellij-monorepo-bot
parent f06fdf9cc6
commit dbb156c0fa
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ relaxng.gutter.go-to-overriding-defines=Go to Overriding Defines
filetype.relaxng.compact-syntax.description=RELAX NG compact syntax
relaxng.inspection.group-name=RELAX NG
relaxng.inspection.unresolved-reference.name=Unresolved references
relaxng.inspection.unresolved-reference.name=Unresolved reference
relaxng.inspection.unused-define.message=Unreferenced define
relaxng.inspection.unused-define.name=Unused define

View File

@@ -1,6 +1,6 @@
<html>
<body>
Reports any unresolved references to named patterns ("define") in RELAX-NG files using the XML Syntax.
Reports any unresolved references to named patterns ('define') in RELAX-NG files using the XML Syntax.
For unresolved references, a quick fix is offered to create a corresponding define-element.
</body>
</html>

View File

@@ -1,6 +1,6 @@
<html>
<body>
Reports unused named patterns ("define") in a RELAX-NG file (XML or Compact Syntax).
Reports unused named patterns ('define') in a RELAX-NG file (XML or Compact Syntax).
A define will not be marked as unused if it is used through an include in another file.
</body>
</html>