From 1fcdd94cafb4ab04d2ddb9396b6a6d45bd7dd41f Mon Sep 17 00:00:00 2001 From: Stefan <2252537-stefan_test@users.noreply.gitlab.com> Date: Thu, 8 Dec 2022 07:36:59 +0000 Subject: [PATCH] add missing whitespace --- eeschema/sch_plugins/altium/sch_altium_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp index 0db33da176..d7637a10cf 100644 --- a/eeschema/sch_plugins/altium/sch_altium_plugin.cpp +++ b/eeschema/sch_plugins/altium/sch_altium_plugin.cpp @@ -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;