Fix typo in action description

This commit is contained in:
Jon Evans 2021-06-03 21:27:15 -04:00
parent 564826feae
commit 6e2724294a
1 changed files with 1 additions and 1 deletions

View File

@ -1051,7 +1051,7 @@ TOOL_ACTION PCB_ACTIONS::layerAlphaDec( "pcbnew.Control.layerAlphaDec",
AS_GLOBAL,
// Don't be tempted to remove "Modern Toolset only". It's in the legacy property name.
'{', LEGACY_HK_NAME( "Decrement Layer Transparency (Modern Toolset only)" ),
_( "Decrease Layer Opacity" ), _( "Make the current layer more transparent" ),
_( "Decrease Layer Opacity" ), _( "Make the current layer less transparent" ),
BITMAPS::contrast_mode );
TOOL_ACTION PCB_ACTIONS::layerChanged( "pcbnew.Control.layerChanged",