Hello. See the theme. The small typo fix.
diff --git a/gerbview/files.cpp b/gerbview/files.cpp index fc2f00a..bdc4471 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( _("<b>file %s read error<\b>\n"), GetChars( unzipfilename ) ); + msg.Printf( _("<b>file %s read error</b>\n"), GetChars( unzipfilename ) ); aReporter->Report( msg, REPORTER::RPT_ERROR ); } }
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp