fix typos in teardrops tooltip

This commit is contained in:
Graham Keeth 2024-12-27 17:07:23 -05:00 committed by Ian McInerney
parent e164c55bf8
commit 9ceaed7201
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ DIALOG_GLOBAL_EDIT_TEARDROPS_BASE::DIALOG_GLOBAL_EDIT_TEARDROPS_BASE( wxWindow*
sbAction->Add( m_removeTeardrops, 0, wxBOTTOM|wxRIGHT, 5 );
m_removeAllTeardrops = new wxRadioButton( sbAction->GetStaticBox(), wxID_ANY, _("Remove all teardrops"), wxDefaultPosition, wxDefaultSize, 0 );
m_removeAllTeardrops->SetToolTip( _("Remove all teadrops, regardless filtering options") );
m_removeAllTeardrops->SetToolTip( _("Remove all teardrops, regardless of filtering options") );
sbAction->Add( m_removeAllTeardrops, 0, wxBOTTOM|wxRIGHT, 5 );

View File

@ -1159,7 +1159,7 @@
<property name="style"></property>
<property name="subclass">; forward_declare</property>
<property name="toolbar_pane">0</property>
<property name="tooltip">Remove all teadrops, regardless filtering options</property>
<property name="tooltip">Remove all teardrops, regardless of filtering options</property>
<property name="validator_data_type"></property>
<property name="validator_style">wxFILTER_NONE</property>
<property name="validator_type">wxDefaultValidator</property>