This commit is contained in:
jean-pierre charras 2021-02-19 10:35:25 +01:00
parent d0ca01be22
commit 9cc2781d55
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ DIALOG_EDIT_COMPONENTS_LIBID_BASE::DIALOG_EDIT_COMPONENTS_LIBID_BASE( wxWindow*
bSizerButtons->Add( m_buttonOrphanItems, 0, wxALL|wxALIGN_CENTER_VERTICAL, 5 );
m_checkBoxUpdateFields = new wxCheckBox( this, wxID_ANY, _("Update symbol fields from new library"), wxDefaultPosition, wxDefaultSize, 0 );
m_checkBoxUpdateFields->SetToolTip( _("Replace current symbole fields by fields from the new lobrary.\nWarning: fields \"Value\" and \"Footprints\" will be therefore replaced.") );
m_checkBoxUpdateFields->SetToolTip( _("Replace current symbols fields by fields from the new library.\nWarning: fields \"Value\" and \"Footprints\" will be therefore replaced.") );
bSizerButtons->Add( m_checkBoxUpdateFields, 0, wxALIGN_CENTER_VERTICAL|wxALL, 5 );

View File

@ -284,7 +284,7 @@
<property name="style"></property>
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Replace current symbole fields by fields from the new lobrary.&#x0A;Warning: fields &quot;Value&quot; and &quot;Footprints&quot; will be therefore replaced.</property>
<property name="tooltip">Replace current symbols fields by fields from the new library.&#x0A;Warning: fields &quot;Value&quot; and &quot;Footprints&quot; will be therefore replaced.</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>