This commit is contained in:
Seth Hillbrand 2022-09-28 17:09:43 -07:00
parent 18d7a1b427
commit 9894acea76
1 changed files with 1 additions and 1 deletions

View File

@ -1494,7 +1494,7 @@ int BOARD_EDITOR_CONTROL::AssignNetclass( const TOOL_EVENT& aEvent )
if( netName.IsEmpty() )
{
m_frame->ShowInfoBarError( _( "Selection contains no items with labelled nets." ) );
m_frame->ShowInfoBarError( _( "Selection contains no items with labeled nets." ) );
return 0;
}