Fix typo in DRC error link.

This commit is contained in:
Jeff Young 2021-08-16 16:06:21 +01:00
parent 89d943a90c
commit a133853a4f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ void DIALOG_DRC::syncCheckboxes()
void DIALOG_DRC::OnErrorLinkClicked( wxHtmlLinkEvent& event )
{
m_frame->ShowBoardSetupDialog( _( "Rules" ) );
m_frame->ShowBoardSetupDialog( _( "Custom Rules" ) );
}