@ -318,20 +314,14 @@ DIALOG_FOOTPRINT_PROPERTIES_BASE::DIALOG_FOOTPRINT_PROPERTIES_BASE( wxWindow* pa
m_staticTextInfo=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Set values to 0 to use Board Setup values."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoValPos=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Positive clearance means area bigger than the pad (usual for mask clearance)."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoValNeg=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Negative clearance means area smaller than the pad (usual for paste clearance)."),wxDefaultPosition,wxDefaultSize,0);
@ -397,14 +387,10 @@ DIALOG_FOOTPRINT_PROPERTIES_BASE::DIALOG_FOOTPRINT_PROPERTIES_BASE( wxWindow* pa
m_staticTextInfoCopper=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Note: solder mask and paste values are used only for pads on copper layers."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoPaste=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Note: solder paste clearances (absolute and relative) are added to determine the final clearance."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfo=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Set values to 0 to use netclass values."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoValPos=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Positive clearance means area bigger than the pad (usual for mask clearance)."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoValNeg=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Negative clearance means area smaller than the pad (usual for paste clearance)."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoCopper=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Note: solder mask and paste values are used only for pads on copper layers."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoPaste=newwxStaticText(sbSizerLocalProperties->GetStaticBox(),wxID_ANY,_("Note: solder paste clearances (absolute and relative) are added to determine the final clearance."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextHint=newwxStaticText(sbClearancesSizer->GetStaticBox(),wxID_ANY,_("Set values to 0 to use parent footprint or netclass values."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoPosValue=newwxStaticText(sbClearancesSizer->GetStaticBox(),wxID_ANY,_("Positive clearance means area bigger than the pad (usual for mask clearance)."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoNegVal=newwxStaticText(sbClearancesSizer->GetStaticBox(),wxID_ANY,_("Negative clearance means area smaller than the pad (usual for paste clearance)."),wxDefaultPosition,wxDefaultSize,0);
m_nonCopperNote=newwxStaticText(notePanel,wxID_ANY,_("Note: solder mask and paste values are used only for pads on copper layers."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoPaste=newwxStaticText(notePanel,wxID_ANY,_("Note: solder paste clearances (absolute and relative) are added to determine the final clearance."),wxDefaultPosition,wxDefaultSize,0);
m_nonCopperWarningText=newwxStaticText(warningPanel,wxID_ANY,_("Note: solder mask and paste values are used only for pads on copper layers."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextPrimitiveListWarning=newwxStaticText(m_panelCustomShapePrimitives,wxID_ANY,_("Note: coordinates are relative to anchor pad, orientation 0."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfo=newwxStaticText(this,wxID_ANY,_("Note: a blank reference designator or value will use the footprint name."),wxDefaultPosition,wxDefaultSize,0);
@ -31,14 +31,10 @@ PANEL_SETUP_MASK_AND_PASTE_BASE::PANEL_SETUP_MASK_AND_PASTE_BASE( wxWindow* pare
m_staticTextInfoMaskMinWidth=newwxStaticText(this,wxID_ANY,_("Use your board house's recommendation for solder mask clearance and minimum bridge width."),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfoMaskMinWidth1=newwxStaticText(this,wxID_ANY,_("If none is provided, setting the values to zero is suggested."),wxDefaultPosition,wxDefaultSize,0);
@ -132,8 +128,6 @@ PANEL_SETUP_MASK_AND_PASTE_BASE::PANEL_SETUP_MASK_AND_PASTE_BASE( wxWindow* pare
m_staticTextInfoPaste=newwxStaticText(this,wxID_ANY,_("Note: Solder paste clearances (absolute and relative) are added to determine the final clearance."),wxDefaultPosition,wxDefaultSize,0);