Change wording of corner rounding action

Fixes https://gitlab.com/kicad/code/kicad/-/issues/4505
This commit is contained in:
Jon Evans 2021-03-21 15:55:56 -04:00
parent 37242f67e0
commit 5e0b65c3a8
1 changed files with 3 additions and 3 deletions

View File

@ -151,9 +151,9 @@ static const TOOL_ACTION ACT_SwitchPosture( "pcbnew.InteractiveRouter.SwitchPost
static const TOOL_ACTION ACT_SwitchRounding( "pcbnew.InteractiveRouter.SwitchRounding",
AS_CONTEXT,
MD_CTRL + '/', LEGACY_HK_NAME( "Switch Corner Rounding" ),
_( "Switch Corner Rounding" ),
_( "Switches the corner type of the currently routed track." ),
MD_CTRL + '/', "",
_( "Track Corner Mode" ),
_( "Switches between sharp and rounded corners when routing tracks." ),
BITMAPS::switch_corner_rounding_shape );
#undef _