Fixed a typo
This commit is contained in:
parent
a41b2d6803
commit
0e151687e3
|
@ -538,7 +538,7 @@ void DIALOG_EDIT_COMPONENT_IN_LIBRARY::AddFootprintFilter( wxCommandEvent& event
|
||||||
{
|
{
|
||||||
wxString msg;
|
wxString msg;
|
||||||
|
|
||||||
msg.Printf( _( "Foot print filter \"%s\" is already defined." ), GetChars( Line ) );
|
msg.Printf( _( "Footprint filter \"%s\" is already defined." ), GetChars( Line ) );
|
||||||
DisplayError( this, msg );
|
DisplayError( this, msg );
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue