diff --git a/gerbview/files.cpp b/gerbview/files.cpp index fc2f00a5bb..bdc44713ed 100644 --- a/gerbview/files.cpp +++ b/gerbview/files.cpp @@ -477,7 +477,7 @@ bool GERBVIEW_FRAME::unarchiveFiles( const wxString& aFullFileName, REPORTER* aR if( aReporter ) { - msg.Printf( _("file %s read error<\b>\n"), GetChars( unzipfilename ) ); + msg.Printf( _("file %s read error\n"), GetChars( unzipfilename ) ); aReporter->Report( msg, REPORTER::RPT_ERROR ); } }