From 8d81abb57aabcb0c5ffdf54f1844b37339c8e8cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Allan=20Nordh=C3=B8y?= Date: Wed, 30 Dec 2020 18:43:54 +0000 Subject: [PATCH] Consistent use of spaces in strings. --- pcbnew/plugins/cadstar/cadstar_pcb_archive_loader.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ) );