Browse Source

Fix string.

9.0
Alex Shvartzkop 6 months ago
parent
commit
092b8086d3
  1. 2
      eeschema/connection_graph.cpp

2
eeschema/connection_graph.cpp

@ -4189,7 +4189,7 @@ int CONNECTION_GRAPH::ercCheckHierSheets()
wxCHECK2( label, continue );
msg.Printf( _( "Hierarchical label \"%s\" in cannot be connected to non-existent parent sheet" ),
msg.Printf( _( "Hierarchical label \"%s\" cannot be connected to non-existent parent sheet" ),
label->GetShownText( &sheet, true ) );
std::shared_ptr<ERC_ITEM> ercItem = ERC_ITEM::Create( ERCE_PIN_NOT_CONNECTED );
ercItem->SetItems( item );

Loading…
Cancel
Save