Fix incorrect I18n string.

This commit is contained in:
jean-pierre charras 2019-08-12 12:52:49 +02:00
parent 8fcd59ebda
commit 9b6e1cb1cd
1 changed files with 1 additions and 1 deletions

View File

@ -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() );