More explicit error message for unconnected items.

This commit is contained in:
Jeff Young 2021-02-04 14:06:50 +00:00
parent 7a55dff566
commit 78ba87be8f
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ DRC_ITEM DRC_ITEM::heading_signal_integrity( 0, _( "Signal Integrity" ), "" );
DRC_ITEM DRC_ITEM::heading_misc( 0, _( "Miscellaneous" ), "" );
DRC_ITEM DRC_ITEM::unconnectedItems( DRCE_UNCONNECTED_ITEMS,
_( "Unconnected items" ),
_( "Missing connection between items" ),
wxT( "unconnected_items" ) );
DRC_ITEM DRC_ITEM::shortingItems( DRCE_SHORTING_ITEMS,