Fix typo in DRC error link.
This commit is contained in:
parent
89d943a90c
commit
a133853a4f
|
@ -189,7 +189,7 @@ void DIALOG_DRC::syncCheckboxes()
|
||||||
|
|
||||||
void DIALOG_DRC::OnErrorLinkClicked( wxHtmlLinkEvent& event )
|
void DIALOG_DRC::OnErrorLinkClicked( wxHtmlLinkEvent& event )
|
||||||
{
|
{
|
||||||
m_frame->ShowBoardSetupDialog( _( "Rules" ) );
|
m_frame->ShowBoardSetupDialog( _( "Custom Rules" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue