Solder paster -> Solder paste

This commit is contained in:
Seth Hillbrand 2021-11-08 15:48:59 -08:00
parent 2d66b6fd3e
commit 2f1a3827cf
2 changed files with 2 additions and 2 deletions

View File

@ -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 );

View File

@ -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>