From 9b6e1cb1cd5e446aef28efc38d28c6b551dc048a Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Mon, 12 Aug 2019 12:52:49 +0200 Subject: [PATCH] Fix incorrect I18n string. --- eeschema/erc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/erc.cpp b/eeschema/erc.cpp index c38b1ba528..bf876c1911 100644 --- a/eeschema/erc.cpp +++ b/eeschema/erc.cpp @@ -243,7 +243,7 @@ int TestConflictingBusAliases( bool aCreateMarker ) if( aCreateMarker ) { msg = wxString::Format( _( "Bus alias %s has conflicting definitions on" - "multiple sheets: %s and %s" ), + " multiple sheets: %s and %s" ), alias->GetName(), alias->GetParent()->GetFileName(), test->GetParent()->GetFileName() );