Standardize copper zones

This commit is contained in:
Seth Hillbrand 2018-03-07 21:21:22 -08:00
parent de8716bcc2
commit 5aa4129a88
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ bool BOARD_NETLIST_UPDATER::testConnectivity( NETLIST& aNetlist )
if( nc == 0 )
{
msg.Printf( _( "Copper zone (net name %s): net has no pads connected." ),
msg.Printf( _( "Copper zone (net name \"%s\"): net has no pads connected." ),
GetChars( zone->GetNet()->GetNetname() ) );
m_reporter->Report( msg, REPORTER::RPT_WARNING );
++m_warningCount;