Fix missing newline.
Fixes https://gitlab.com/kicad/code/kicad/issues/5679
This commit is contained in:
parent
4c21668940
commit
5e96849abd
|
@ -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 );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue