From 1e857aa83ab812d83bec0a1c7aceb6a9e97060ec Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Fri, 23 Jan 2015 12:41:53 +0100 Subject: [PATCH] [md] header corrected --- tutorials/action_system/action_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/action_system/action_system.md b/tutorials/action_system/action_system.md index cefff8708..1f4f8d56a 100644 --- a/tutorials/action_system/action_system.md +++ b/tutorials/action_system/action_system.md @@ -183,7 +183,7 @@ After compiling and running the plugin project and invoking the action, the dial If some part of the functionality requires to implement several actions or actions are simply too many and overload the menu they can be joined into groups. In this case the group will be available as a top-level menu item, action will be represented as drop-down menu items. -##Creating custom action groups. +##Creating simple action groups. Grouping can be done by extending adding ** attribute to ** [plugin.xml]() file.