Fix missing newline.

Fixes https://gitlab.com/kicad/code/kicad/issues/5679
This commit is contained in:
Jeff Young 2020-09-27 00:11:55 +01:00
parent 4c21668940
commit 5e96849abd
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ void DIALOG_ERC::testErc( REPORTER& aReporter )
m_parent->GetCanvas()->Refresh();
// Display message
aReporter.ReportTail( _( "Finished" ), RPT_SEVERITY_INFO );
aReporter.ReportTail( _( "Finished.\n" ), RPT_SEVERITY_INFO );
}