7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 00:21:25 +00:00

add missing whitespace

This commit is contained in:
Stefan 2022-12-08 07:36:59 +00:00
parent 435651237c
commit 1fcdd94caf

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;