From 78ba87be8f4762427abdad48318decd28221960d Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 4 Feb 2021 14:06:50 +0000 Subject: [PATCH] More explicit error message for unconnected items. --- pcbnew/drc/drc_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/drc/drc_item.cpp b/pcbnew/drc/drc_item.cpp index 226bbc22f0..5611107764 100644 --- a/pcbnew/drc/drc_item.cpp +++ b/pcbnew/drc/drc_item.cpp @@ -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,