mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
fix typos in teardrops tooltip
This commit is contained in:
parent
e164c55bf8
commit
9ceaed7201
@ -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 );
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user