add missing whitespace

This commit is contained in:
Stefan 2022-12-08 07:36:59 +00:00
parent 435651237c
commit 1fcdd94caf
1 changed files with 1 additions and 1 deletions

View File

@ -372,7 +372,7 @@ void SCH_ALTIUM_PLUGIN::ParseAltiumSch( const wxString& aFileName )
wxString msg;
msg.Printf( _( "The file name for sheet %s is undefined, this is probably an"
"Altium signal harness that got converted to a sheet." ),
" Altium signal harness that got converted to a sheet." ),
sheet->GetName() );
m_reporter->Report( msg );
continue;