Solder paster -> Solder paste
This commit is contained in:
parent
2d66b6fd3e
commit
2f1a3827cf
|
@ -79,7 +79,7 @@ PANEL_SETUP_LAYERS_BASE::PANEL_SETUP_LAYERS_BASE( wxWindow* parent, wxWindowID i
|
|||
m_LayerListFlexGridSizer->Add( m_AdhesFrontStaticText, 0, wxALIGN_CENTER_VERTICAL|wxRIGHT|wxLEFT, 5 );
|
||||
|
||||
m_SoldPFrontCheckBox = new wxCheckBox( m_LayersListPanel, ID_SOLDPFRONTCHECKBOX, wxEmptyString, wxDefaultPosition, wxDefaultSize, 0 );
|
||||
m_SoldPFrontCheckBox->SetToolTip( _("If you want a solder paster layer for front side of the board") );
|
||||
m_SoldPFrontCheckBox->SetToolTip( _("If you want a solder paste layer for front side of the board") );
|
||||
|
||||
m_LayerListFlexGridSizer->Add( m_SoldPFrontCheckBox, 0, wxALIGN_CENTER_HORIZONTAL|wxALIGN_CENTER_VERTICAL|wxLEFT, 5 );
|
||||
|
||||
|
|
|
@ -853,7 +853,7 @@
|
|||
<property name="style"></property>
|
||||
<property name="subclass"></property>
|
||||
<property name="toolbar_pane">0</property>
|
||||
<property name="tooltip">If you want a solder paster layer for front side of the board</property>
|
||||
<property name="tooltip">If you want a solder paste layer for front side of the board</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