add missing whitespace
This commit is contained in:
parent
435651237c
commit
1fcdd94caf
|
@ -372,7 +372,7 @@ void SCH_ALTIUM_PLUGIN::ParseAltiumSch( const wxString& aFileName )
|
||||||
wxString msg;
|
wxString msg;
|
||||||
|
|
||||||
msg.Printf( _( "The file name for sheet %s is undefined, this is probably an"
|
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() );
|
sheet->GetName() );
|
||||||
m_reporter->Report( msg );
|
m_reporter->Report( msg );
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Reference in New Issue