plugin_configuration_file.md: Fix a link

This commit is contained in:
Karol Lewandowski 2025-03-10 15:46:17 +01:00
parent 41d90d84be
commit 5a16be640c

View File

@ -1322,7 +1322,7 @@ Attributes
Separator text is displayed only in specific contexts such as popup menus, toolbars, etc.
- `key` _(optional)_<br/>
The [message key]([message key](https://plugins.jetbrains.com/docs/intellij/basic-action-system.html#localizing-actions-and-groups)) for the separator text.
The [message key](action_system.md#localizing-actions-and-groups) for the separator text.
The message bundle for use should be registered via the `resource-bundle` attribute of
the [`<actions>`](#idea-plugin__actions) element.
The attribute is ignored if the `text` attribute is specified.