Don't translate HTML

This commit is contained in:
Seth Hillbrand 2020-10-30 12:51:24 -07:00
parent 7c94983758
commit 238b3562d4
1 changed files with 2 additions and 1 deletions

View File

@ -336,7 +336,8 @@ void PANEL_SETUP_RULES::OnCompile( wxCommandEvent& event )
} }
catch( PARSE_ERROR& pe ) catch( PARSE_ERROR& pe )
{ {
wxString msg = wxString::Format( _( "ERROR: <a href='%d:%d'>%s</a>%s" ), wxString msg = wxString::Format( "%s <a href='%d:%d'>%s</a>%s",
_( "ERROR:" ),
pe.lineNumber, pe.lineNumber,
pe.byteIndex, pe.byteIndex,
pe.ParseProblem(), pe.ParseProblem(),