Fix string.

This commit is contained in:
Alex Shvartzkop 2025-06-01 19:54:03 +03:00
parent 092b8086d3
commit 69e2422524

View File

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