From 5aa4129a88807c697a9aafba43a357e70743355e Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 7 Mar 2018 21:21:22 -0800 Subject: [PATCH] Standardize copper zones --- pcbnew/board_netlist_updater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/board_netlist_updater.cpp b/pcbnew/board_netlist_updater.cpp index 331cd82c50..84f1784776 100644 --- a/pcbnew/board_netlist_updater.cpp +++ b/pcbnew/board_netlist_updater.cpp @@ -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;