m_staticTextInfo=newwxStaticText(this,wxID_ANY,_("Note:\n- a positive value means a mask bigger than a pad\n- a negative value means a mask smaller than a pad\n"),wxDefaultPosition,wxDefaultSize,0);
m_staticTextInfo=newwxStaticText(this,wxID_ANY,_("Note: For clearance values:\n- a positive value means a mask bigger than a pad\n- a negative value means a mask smaller than a pad\n"),wxDefaultPosition,wxDefaultSize,0);
m_staticTextMinWidth=newwxStaticText(this,wxID_ANY,_("Solder mask min width:"),wxDefaultPosition,wxDefaultSize,0);
m_staticTextMinWidth->Wrap(-1);
m_staticTextMinWidth->SetToolTip(_("Min dist between 2 pad areas.\nTwo pad areas nearer than this value will be merged during plotting.\nThis parameter is used only to plot solder mask layers."));
<propertyname="label">Note:
- a positive value means a mask bigger than a pad
- a negative value means a mask smaller than a pad
</property>
<propertyname="label">Note: For clearance values:
- a positive value means a mask bigger than a pad
- a negative value means a mask smaller than a pad
</property>
<propertyname="tooltip">Min dist between 2 pad areas.
Two pad areas nearer than this value will be merged during plotting.
This parameter is used only to plot solder mask layers.</property>
m_PSFineAdjustWidthOpt->SetToolTip(_("Set global width correction for exact width postscript output.\nThese width correction is intended to compensate tracks width and also pads and vias size errors.\nThe reasonable width correction value must be in a range of [-(MinTrackWidth-1), +(MinClearanceValue-1)] in decimils."));
m_PSFineAdjustWidthOpt->SetToolTip(_("Set global width correction for exact width postscript output.\nThese width correction is intended to compensate tracks width and also pads and vias size errors.\nThe reasonable width correction value must be in a range of [-(MinTrackWidth-1), +(MinClearanceValue-1)] in decimils."));