diff --git a/tutorials/action_system/action_system.md b/tutorials/action_system/action_system.md index ca04208db..cc82cd238 100644 --- a/tutorials/action_system/action_system.md +++ b/tutorials/action_system/action_system.md @@ -112,7 +112,8 @@ configuration file like the following code sample shows: ``` -After performing the steps described above we need to compile and run the plugin to the the newly created action available as a Tools Menu item. +After performing the steps described above we need to compile and run the plugin to the the newly created action available as a Tools Menu item: + !["Register action" quick fix](img/tools_menu_item_action.png) -----------