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:
parent
157c7422b0
commit
89a5fadcdc
eeschema/sync_sheet_pin
@ -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 );
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user