Very minor fix (remove trailing space in message)

This commit is contained in:
jean-pierre charras 2018-02-20 11:24:31 +01:00
parent 79dac591c8
commit 3626129631
1 changed files with 1 additions and 1 deletions

View File

@ -247,7 +247,7 @@ void DIALOG_DRC_CONTROL::OnStartdrcClick( wxCommandEvent& event )
popupWindow.ShowModal();
}
else
DisplayError( this, wxString::Format( _( "Unable to create report file \"%s\" "),
DisplayError( this, wxString::Format( _( "Unable to create report file \"%s\""),
GetChars( reportName ) ) );
}