Fix typo.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/15881
This commit is contained in:
Jeff Young 2023-10-17 13:34:48 +01:00
parent e5225abb62
commit e793e30360
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ TOOL_ACTION PCB_ACTIONS::filletTracks( TOOL_ACTION_ARGS()
TOOL_ACTION PCB_ACTIONS::filletLines( TOOL_ACTION_ARGS() TOOL_ACTION PCB_ACTIONS::filletLines( TOOL_ACTION_ARGS()
.Name( "pcbnew.InteractiveEdit.filletLines" ) .Name( "pcbnew.InteractiveEdit.filletLines" )
.Scope( AS_GLOBAL ) .Scope( AS_GLOBAL )
.MenuText( _( "Fillet Lines" ) ) .MenuText( _( "Fillet Lines..." ) )
.Tooltip( _( "Adds arcs tangent to the selected lines" ) ) .Tooltip( _( "Adds arcs tangent to the selected lines" ) )
.Icon( BITMAPS::fillet ) ); .Icon( BITMAPS::fillet ) );