I fixed the wrong typo in 6e272429, heh

This commit is contained in:
Jon Evans 2021-06-03 22:39:14 -04:00
parent 9ffa2955b7
commit d8499e4914
1 changed files with 2 additions and 2 deletions

View File

@ -1044,14 +1044,14 @@ TOOL_ACTION PCB_ACTIONS::layerAlphaInc( "pcbnew.Control.layerAlphaInc",
AS_GLOBAL,
// Don't be tempted to remove "Modern Toolset only". It's in the legacy property name.
'}', LEGACY_HK_NAME( "Increment Layer Transparency (Modern Toolset only)" ),
_( "Increase Layer Opacity" ), _( "Make the current layer more transparent" ),
_( "Increase Layer Opacity" ), _( "Make the current layer less transparent" ),
BITMAPS::contrast_mode );
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 less transparent" ),
_( "Decrease Layer Opacity" ), _( "Make the current layer more transparent" ),
BITMAPS::contrast_mode );
TOOL_ACTION PCB_ACTIONS::layerChanged( "pcbnew.Control.layerChanged",