diff --git a/topics/basics/action_system.md b/topics/basics/action_system.md index 764b05b1f..3a1d11bea 100644 --- a/topics/basics/action_system.md +++ b/topics/basics/action_system.md @@ -16,7 +16,7 @@ Adding custom actions to menus and toolbars. Implement and register actions, and -The actions system allows plugins to add their items to IntelliJ Platform-based IDE menus and toolbars. +The _Action System_ allows plugins to add their items to IntelliJ Platform-based IDE menus and toolbars. For example, one of the action classes is responsible for the File | Open File... menu item and the Open... toolbar button. Actions in the IntelliJ Platform require a [code implementation](#action-implementation) and must be [registered](#registering-actions).