From 97c4d42ebfbc7c272890ad4287b8461d159dbb00 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sat, 4 Aug 2018 14:27:19 +0100 Subject: [PATCH] Improve Read Netlist tooltip for footprint assignment. Fixes: lp:1785200 * https://bugs.launchpad.net/kicad/+bug/1785200 --- pcbnew/dialogs/dialog_netlist_base.cpp | 2 +- pcbnew/dialogs/dialog_netlist_base.fbp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pcbnew/dialogs/dialog_netlist_base.cpp b/pcbnew/dialogs/dialog_netlist_base.cpp index 647cf8818d..c1ed53b11a 100644 --- a/pcbnew/dialogs/dialog_netlist_base.cpp +++ b/pcbnew/dialogs/dialog_netlist_base.cpp @@ -44,7 +44,7 @@ DIALOG_NETLIST_BASE::DIALOG_NETLIST_BASE( wxWindow* parent, wxWindowID id, const 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( 0 ); - m_matchByTimestamp->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_matchByTimestamp->SetToolTip( _("Select whether to update footprint references to match their currently-assigned symbols, or to re-assign footprints to symbols which match their current references.") ); bUpperSizer->Add( m_matchByTimestamp, 1, wxALIGN_TOP|wxEXPAND|wxTOP|wxRIGHT, 5 ); diff --git a/pcbnew/dialogs/dialog_netlist_base.fbp b/pcbnew/dialogs/dialog_netlist_base.fbp index 3df1788dcb..fa2149ed82 100644 --- a/pcbnew/dialogs/dialog_netlist_base.fbp +++ b/pcbnew/dialogs/dialog_netlist_base.fbp @@ -436,7 +436,7 @@ wxRA_SPECIFY_COLS 0 - Select how footprints are recognized: by their reference (U1, R3...) (normal setting) or their time stamp (special setting after a full schematic reannotation) + Select whether to update footprint references to match their currently-assigned symbols, or to re-assign footprints to symbols which match their current references. wxFILTER_NONE wxDefaultValidator