normalize "menu" word letter-case

This commit is contained in:
Karol Lewandowski 2022-03-08 17:24:27 +01:00
parent 6bcd722155
commit d27937e2d0

View File

@ -5,7 +5,7 @@
Simple Kotlin Demo project is an example of a minimal Kotlin-based plugin that provides the most straightforward action implemented by the [HelloAction.kt][file:HelloAction] Kotlin class. Simple Kotlin Demo project is an example of a minimal Kotlin-based plugin that provides the most straightforward action implemented by the [HelloAction.kt][file:HelloAction] Kotlin class.
Action, added to the Main Menu, shows a message dialog when invoked. Action, added to the main menu, shows a message dialog when invoked.
### Actions ### Actions