From af9653d5dd95b20eac7cca897b434b1dad234140 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Tue, 10 Dec 2024 10:20:48 +0100 Subject: [PATCH] working_with_custom_actions.md: Delete primary-label This is just a tutorial, not the reference page, so there is no need to mention availability which is documented in the element's description. --- topics/tutorials/action_system/working_with_custom_actions.md | 1 - 1 file changed, 1 deletion(-) diff --git a/topics/tutorials/action_system/working_with_custom_actions.md b/topics/tutorials/action_system/working_with_custom_actions.md index 129ad9e87..270873f46 100644 --- a/topics/tutorials/action_system/working_with_custom_actions.md +++ b/topics/tutorials/action_system/working_with_custom_actions.md @@ -137,7 +137,6 @@ The full declaration is: ``` #### Using `override-text` for an Action - The example above uses the [`override-text`](plugin_configuration_file.md#idea-plugin__actions__action__override-text) element to ensure the shorter text "Popup Dialog Action" is shown anywhere the action appears in the main menu structure. Otherwise, the default, more explanatory text "Action Basics Plugin: Popup Dialog Action" is shown.