Fix typo in user string.

This commit is contained in:
Jeff Young 2020-05-07 22:33:50 +01:00
parent 7ca069e63e
commit 7305f407fc
2 changed files with 2 additions and 3 deletions

View File

@ -686,10 +686,9 @@ int D_PAD::GetSolderMaskMargin() const
if( margin == 0 )
{
BOARD* brd = GetBoard();
if( brd )
{
margin = brd->GetDesignSettings().m_SolderMaskMargin;
}
}
}

View File

@ -295,7 +295,7 @@
<property name="gripper">0</property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="label">Note: Set Solder mask minimum width to 0,&#x0A;unless your board house ask for a specific value</property>
<property name="label">Note: Set Solder mask minimum width to 0,&#x0A;unless your board house asks for a specific value</property>
<property name="markup">0</property>
<property name="max_size"></property>
<property name="maximize_button">0</property>