From 373ba5a9044b6c25cb82770eec0435f2d16d6966 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 3 Aug 2019 17:18:34 -0600 Subject: [PATCH] Better tooltip for Match Mode radio buttons. Fixes: lp:1838551 * https://bugs.launchpad.net/kicad/+bug/1838551 --- pcbnew/dialogs/dialog_update_pcb_base.cpp | 2 +- pcbnew/dialogs/dialog_update_pcb_base.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_update_pcb_base.cpp b/pcbnew/dialogs/dialog_update_pcb_base.cpp index 59bf001aff..09931e619a 100644 --- a/pcbnew/dialogs/dialog_update_pcb_base.cpp +++ b/pcbnew/dialogs/dialog_update_pcb_base.cpp @@ -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 ); diff --git a/pcbnew/dialogs/dialog_update_pcb_base.fbp b/pcbnew/dialogs/dialog_update_pcb_base.fbp index e9733751f6..89ba92b97c 100644 --- a/pcbnew/dialogs/dialog_update_pcb_base.fbp +++ b/pcbnew/dialogs/dialog_update_pcb_base.fbp @@ -158,7 +158,7 @@ wxRA_SPECIFY_COLS 0 - Footprint references are normally updated to follow edits in the schematic. However, updating footprint associations usually works better after re-annotating the schematic. For best results, update footprint references before re-annotating, then re-annotate, and then update footprint associations. + The first option uses the existing links between symbols and their footprints to update the footprints based on changes made to their symbols. 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. wxFILTER_NONE wxDefaultValidator