diff --git a/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp b/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp index 73cffe3c9d..c13b2a5ba5 100644 --- a/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp +++ b/pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp @@ -1565,13 +1565,13 @@ void CADSTAR_PCB_ARCHIVE_LOADER::loadTemplates() if( csTemplate.Pouring.BoxIsolatedPins ) wxLogError( wxString::Format( - _( "The CADSTAR template '%s' has the setting 'Box Isolated Pins'" + _( "The CADSTAR template '%s' has the setting 'Box Isolated Pins' " "enabled. This setting has no KiCad equivalent, so it has been ignored." ), csTemplate.Name ) ); if( csTemplate.Pouring.AutomaticRepour ) wxLogWarning( wxString::Format( - _( "The CADSTAR template '%s' has the setting 'Automatic Repour'" + _( "The CADSTAR template '%s' has the setting 'Automatic Repour' " "enabled. This setting has no KiCad equivalent, so it has been ignored." ), csTemplate.Name ) );