Improve hole-to-hole error message.

This commit is contained in:
Jeff Young 2024-06-03 21:55:13 +01:00
parent 3e59c40283
commit 05264424b3
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ DRC_ITEM DRC_ITEM::holeClearance( DRCE_HOLE_CLEARANCE,
wxT( "hole_clearance" ) );
DRC_ITEM DRC_ITEM::holeNearHole( DRCE_DRILLED_HOLES_TOO_CLOSE,
_( "Drilled holes too close together" ),
_( "Drilled hole too close to other hole" ),
wxT( "hole_near_hole" ) );
DRC_ITEM DRC_ITEM::holesCoLocated( DRCE_DRILLED_HOLES_COLOCATED,