Fixed a typo

This commit is contained in:
Maciej Suminski 2018-04-13 14:23:39 +02:00
parent a41b2d6803
commit 0e151687e3
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ void DIALOG_EDIT_COMPONENT_IN_LIBRARY::AddFootprintFilter( wxCommandEvent& event
{
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 );
return;
}