From 140ca05280433a4bf4f7c0ae2c4e804349c9890f Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Tue, 27 Jan 2015 13:21:44 +0100 Subject: [PATCH] [md] cosmetics --- tutorials/action_system/action_system.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -----------