diff --git a/pcbnew/router/router_tool.cpp b/pcbnew/router/router_tool.cpp index 0b5e1b4939..eaf46896bf 100644 --- a/pcbnew/router/router_tool.cpp +++ b/pcbnew/router/router_tool.cpp @@ -89,7 +89,7 @@ static TOOL_ACTION ACT_PlaceMicroVia( "pcbnew.InteractiveRouter.PlaceMicroVia", via_microvia_xpm ); static TOOL_ACTION ACT_CustomTrackWidth( "pcbnew.InteractiveRouter.CustomTrackViaSize", - AS_CONTEXT, 'W', + AS_CONTEXT, 'Q', _( "Custom Track/Via Size" ), _( "Shows a dialog for changing the track width and via size." ), width_track_xpm );