Better tooltip for Match Mode radio buttons.

Fixes: lp:1838551
* https://bugs.launchpad.net/kicad/+bug/1838551
This commit is contained in:
Jeff Young 2019-08-03 17:18:34 -06:00
parent b6b26b4e1e
commit 373ba5a904
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ DIALOG_UPDATE_PCB_BASE::DIALOG_UPDATE_PCB_BASE( wxWindow* parent, wxWindowID id,
int m_matchByTimestampNChoices = sizeof( m_matchByTimestampChoices ) / sizeof( wxString );
m_matchByTimestamp = new wxRadioBox( this, wxID_ANY, _("Match Method"), wxDefaultPosition, wxDefaultSize, m_matchByTimestampNChoices, m_matchByTimestampChoices, 1, wxRA_SPECIFY_COLS );
m_matchByTimestamp->SetSelection( 1 );
m_matchByTimestamp->SetToolTip( _("Footprint references are normally updated to follow edits in the schematic.\nHowever, updating footprint associations usually works better after re-annotating the schematic.\nFor best results, update footprint references before re-annotating, then re-annotate, and then update footprint associations.") );
m_matchByTimestamp->SetToolTip( _("The first option uses the existing links between symbols and their footprints to update the footprints based on changes made to their symbols. \n\nThe second option uses the symbol and footprint references to establish a new set of links between symbols and footprints, and then updates the footprints accordingly.") );
bUpperSizer->Add( m_matchByTimestamp, 0, wxALIGN_TOP|wxEXPAND|wxTOP|wxRIGHT|wxLEFT, 5 );

View File

@ -158,7 +158,7 @@
<property name="style">wxRA_SPECIFY_COLS</property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Footprint references are normally updated to follow edits in the schematic.&#x0A;However, updating footprint associations usually works better after re-annotating the schematic.&#x0A;For best results, update footprint references before re-annotating, then re-annotate, and then update footprint associations.</property>
<property name="tooltip">The first option uses the existing links between symbols and their footprints to update the footprints based on changes made to their symbols. &#x0A;&#x0A;The second option uses the symbol and footprint references to establish a new set of links between symbols and footprints, and then updates the footprints accordingly.</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>