Trainling -> Trailing

This commit is contained in:
Seth Hillbrand 2021-11-08 15:43:42 -08:00
parent 6e5a918377
commit 36e07639e0
2 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE::PANEL_GERBVIEW_EXCELLON_SETTINGS_BASE( wx
int m_rbZeroFormatNChoices = sizeof( m_rbZeroFormatChoices ) / sizeof( wxString );
m_rbZeroFormat = new wxRadioBox( sbSizerFileFormat->GetStaticBox(), wxID_ANY, _("Zero format"), wxDefaultPosition, wxDefaultSize, m_rbZeroFormatNChoices, m_rbZeroFormatChoices, 1, wxRA_SPECIFY_COLS );
m_rbZeroFormat->SetSelection( 0 );
m_rbZeroFormat->SetToolTip( _("Integers in files can have their zeros stripped.\nNo leading zeros format means the leading zeros are stripped\nNo trailing zeros format means the trainling zeros are stripped") );
m_rbZeroFormat->SetToolTip( _("Integers in files can have their zeros stripped.\nNo leading zeros format means the leading zeros are stripped\nNo trailing zeros format means the trailing zeros are stripped") );
bSizer8->Add( m_rbZeroFormat, 1, wxALL, 5 );

View File

@ -258,7 +258,7 @@
<property name="style">wxRA_SPECIFY_COLS</property>
<property name="subclass">; ; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Integers in files can have their zeros stripped.&#x0A;No leading zeros format means the leading zeros are stripped&#x0A;No trailing zeros format means the trainling zeros are stripped</property>
<property name="tooltip">Integers in files can have their zeros stripped.&#x0A;No leading zeros format means the leading zeros are stripped&#x0A;No trailing zeros format means the trailing zeros are stripped</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>