Fix tooltip.

Fixes https://gitlab.com/kicad/code/kicad/issues/10708
This commit is contained in:
Jeff Young 2022-02-06 21:13:03 +00:00
parent 162545ddf0
commit 624dc393bf
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ DIALOG_LIB_NEW_SYMBOL_BASE::DIALOG_LIB_NEW_SYMBOL_BASE( wxWindow* parent, wxWind
bSizer17 = new wxBoxSizer( wxVERTICAL );
m_checkUnitsInterchangeable = new wxCheckBox( this, wxID_ANY, _("All units are interchangeable"), wxDefaultPosition, wxDefaultSize, 0 );
m_checkUnitsInterchangeable->SetToolTip( _("Check this option to allow symbols with multiple units to have different\nelements. Uncheck this option when all symbol units are identical except\nfor pin numbers.") );
m_checkUnitsInterchangeable->SetToolTip( _("Check this option when all symbol units are identical except\nfor pin numbers.") );
bSizer17->Add( m_checkUnitsInterchangeable, 0, wxRIGHT|wxLEFT, 5 );

View File

@ -648,7 +648,7 @@
<property name="style"></property>
<property name="subclass"></property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Check this option to allow symbols with multiple units to have different&#x0A;elements. Uncheck this option when all symbol units are identical except&#x0A;for pin numbers.</property>
<property name="tooltip">Check this option when all symbol units are identical except&#x0A;for pin numbers.</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>