From 6e2724294ae7dd01582b75e1e814e99561130d14 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Thu, 3 Jun 2021 21:27:15 -0400 Subject: [PATCH] Fix typo in action description --- pcbnew/tools/pcb_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/pcb_actions.cpp b/pcbnew/tools/pcb_actions.cpp index 3e6cfd08ca..e462ee411e 100644 --- a/pcbnew/tools/pcb_actions.cpp +++ b/pcbnew/tools/pcb_actions.cpp @@ -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",