7
mirror of https://gitlab.com/kicad/code/kicad.git synced 2025-04-21 11:01:41 +00:00

improve tooltips in sync sheet pins dialog

This commit is contained in:
Graham Keeth 2025-02-22 16:38:50 -05:00 committed by Ian McInerney
parent 157c7422b0
commit 89a5fadcdc
2 changed files with 4 additions and 4 deletions

View File

@ -96,12 +96,12 @@ PANEL_SYNC_SHEET_PINS_BASE::PANEL_SYNC_SHEET_PINS_BASE( wxWindow* parent, wxWind
bSizer14 = new wxBoxSizer( wxVERTICAL );
m_btnUseLabelAsTemplate = new wxBitmapButton( m_panel8, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW|0 );
m_btnUseLabelAsTemplate->SetToolTip( _("Change sheet pin to hierarchical label") );
m_btnUseLabelAsTemplate->SetToolTip( _("Associate selected sheet pin and hierarchical label using the label name") );
bSizer14->Add( m_btnUseLabelAsTemplate, 0, wxBOTTOM|wxEXPAND|wxLEFT|wxRIGHT, 5 );
m_btnUsePinAsTemplate = new wxBitmapButton( m_panel8, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxDefaultSize, wxBU_AUTODRAW|0 );
m_btnUsePinAsTemplate->SetToolTip( _("Change hierarchical label to sheet pin") );
m_btnUsePinAsTemplate->SetToolTip( _("Associate selected sheet pin and hierarchical label using the pin name") );
bSizer14->Add( m_btnUsePinAsTemplate, 0, wxALL|wxEXPAND, 5 );

View File

@ -908,7 +908,7 @@
<property name="style"></property>
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Change sheet pin to hierarchical label</property>
<property name="tooltip">Associate selected sheet pin and hierarchical label using the label name</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>
@ -983,7 +983,7 @@
<property name="style"></property>
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Change hierarchical label to sheet pin</property>
<property name="tooltip">Associate selected sheet pin and hierarchical label using the pin name</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>