From 69e24225249c66e32e85f04766555316a37fec2f Mon Sep 17 00:00:00 2001 From: Alex Shvartzkop Date: Sun, 1 Jun 2025 19:54:03 +0300 Subject: [PATCH] Fix string. --- eeschema/connection_graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/connection_graph.cpp b/eeschema/connection_graph.cpp index de111ef863..49d3c5e468 100644 --- a/eeschema/connection_graph.cpp +++ b/eeschema/connection_graph.cpp @@ -4189,7 +4189,7 @@ int CONNECTION_GRAPH::ercCheckHierSheets() 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 ) ); std::shared_ptr ercItem = ERC_ITEM::Create( ERCE_PIN_NOT_CONNECTED ); ercItem->SetItems( item );