Make verbiage more clear

This commit is contained in:
Jon Evans 2024-06-11 22:19:33 -04:00
parent 896f56772f
commit 63cd110720
2 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ PANEL_SETUP_MASK_AND_PASTE_BASE::PANEL_SETUP_MASK_AND_PASTE_BASE( wxWindow* pare
wxBoxSizer* bSizer6;
bSizer6 = new wxBoxSizer( wxHORIZONTAL );
m_stTenting = new wxStaticText( this, wxID_ANY, _("Tenting:"), wxDefaultPosition, wxDefaultSize, 0 );
m_stTenting = new wxStaticText( this, wxID_ANY, _("Tent vias:"), wxDefaultPosition, wxDefaultSize, 0 );
m_stTenting->Wrap( -1 );
bSizer6->Add( m_stTenting, 0, wxALIGN_CENTER_VERTICAL|wxALL|wxLEFT|wxRIGHT, 5 );

View File

@ -1065,7 +1065,7 @@
<property name="gripper">0</property>
<property name="hidden">0</property>
<property name="id">wxID_ANY</property>
<property name="label">Tenting:</property>
<property name="label">Tent vias:</property>
<property name="markup">0</property>
<property name="max_size"></property>
<property name="maximize_button">0</property>