diff --git a/topics/basics/plugin_structure/plugin_configuration_file.md b/topics/basics/plugin_structure/plugin_configuration_file.md
index ecc1cf6c9..87a944fb6 100644
--- a/topics/basics/plugin_structure/plugin_configuration_file.md
+++ b/topics/basics/plugin_structure/plugin_configuration_file.md
@@ -770,7 +770,7 @@ Examples
##### `synonym`
{#idea-plugin__actions__action__synonym}
-Defines an alternative name for searching the action by name.
+Defines an alternative text for searching the action in Help | Find Action... or Navigate | Search Everywhere popups.
A single action can have multiple synonyms.
{style="narrow"}
@@ -781,19 +781,24 @@ Required
: no
Attributes
-: - `text` _(**required**)_
+:
+- `key` _(`key` or `text` is **required**)_
+ The key of synonym text provided in a message bundle.
+- `text` _(`key` or `text` is **required**)_
The synonym text.
Example
:
```xml
-
+
+
+
```
##### `abbreviation`
{#idea-plugin__actions__action__abbreviation}
-Defines an alias for the action name which the user can use in Help | Find Action... or Navigate | Search Everywhere popups.
+Defines an abbreviation for searching the action in Help | Find Action... or Navigate | Search Everywhere popups.
A single action can have multiple abbreviations.
{style="narrow"}
@@ -807,7 +812,8 @@ The abbreviation value.
Example
:
```xml
-
+
+
```
#### `group`