Make hole-to-hole report tag match constraint name.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/18040
This commit is contained in:
Jeff Young 2024-05-18 15:42:50 +01:00
parent 4f3117aea0
commit d82b149f29
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ DRC_ITEM DRC_ITEM::holeClearance( DRCE_HOLE_CLEARANCE,
DRC_ITEM DRC_ITEM::holeNearHole( DRCE_DRILLED_HOLES_TOO_CLOSE,
_( "Drilled holes too close together" ),
wxT( "hole_near_hole" ) );
wxT( "hole_to_hole" ) );
DRC_ITEM DRC_ITEM::holesCoLocated( DRCE_DRILLED_HOLES_COLOCATED,
_( "Drilled holes co-located" ),