I fixed the wrong typo in 6e272429
, heh
This commit is contained in:
parent
9ffa2955b7
commit
d8499e4914
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue