m_outputDirectoryName->SetToolTip(_("Enter a filename if you do not want to use default file names\nCan be used only when printing the current sheet"));
m_Select_By_Timestamp->SetToolTip(_("Select how footprints are recognized:\nby their reference (U1, R3...) (normal setting)\nor their time stamp (special setting after a full schematic reannotation)"));
m_cmpNameSourceOpt=newwxRadioBox(this,wxID_ANY,_("Module Name Source:"),wxDefaultPosition,wxDefaultSize,m_cmpNameSourceOptNChoices,m_cmpNameSourceOptChoices,1,wxRA_SPECIFY_COLS);
m_cmpNameSourceOpt=newwxRadioBox(this,wxID_ANY,_("Module Name Source"),wxDefaultPosition,wxDefaultSize,m_cmpNameSourceOptNChoices,m_cmpNameSourceOptChoices,1,wxRA_SPECIFY_COLS);
m_cmpNameSourceOpt->SetSelection(0);
m_cmpNameSourceOpt->SetToolTip(_("Source of footprints names for component:\n- the netlist (if you have filled the footprint field of each component in schematic)\n- the .cmp file created by CvPcb"));