diff --git a/topics/basics/testing_plugins/testing_highlighting.md b/topics/basics/testing_plugins/testing_highlighting.md index ea4c1572f..ac0e8ef60 100644 --- a/topics/basics/testing_plugins/testing_highlighting.md +++ b/topics/basics/testing_plugins/testing_highlighting.md @@ -1,4 +1,4 @@ - + # Testing Highlighting @@ -76,8 +76,7 @@ The following severities are supported: The tag can also have the following optional attributes. **Message** -* `descr` expected (hardcoded) message associated with the highlighter (if not specified, any text will match). If the message contains a quotation mark, it can be escaped by putting two backslash characters before it. -* `bundleMsg` expected message from a message bundle in format `[bundleName#] bundleKey [|argument]...` +* `descr` expected message associated with the highlighter (if not specified, any text will match). If the message contains a quotation mark, it can be escaped by putting two backslash characters before it. * `tooltip` expected tooltip message **Visual**