m_Select_By_Timestamp->SetToolTip(_("Select how footprints are reconized:\nby their reference (U1, R3...) (normal setting)\nor their time stamp (special setting after a full schematic reannotation)"));
m_RemoveExtraFootprintsCtrl=newwxCheckBox(itemDialog1,ID_REMOVE_EXTRA_FOOTPRINTS_OPT,_("Remove Extra Footprints"),wxDefaultPosition,wxDefaultSize,0);
m_RemoveExtraFootprintsCtrl->SetValue(false);
if(WinEDA_NetlistFrame::ShowToolTips())
m_RemoveExtraFootprintsCtrl->SetToolTip(_("Remove footprints found on the Board but not in netlist\nNote: only not locked footprints will be removed"));