This commit is contained in:
jean-pierre charras 2021-02-04 09:00:35 +01:00
parent 721bf82603
commit 0de3d48db5
1 changed files with 1 additions and 1 deletions

View File

@ -2151,7 +2151,7 @@ bool FABMASTER::loadFootprints( BOARD* aBoard )
|| poly_outline.Outline( 0 ).PointCount() < 3 )
{
wxLogError( wxString::Format(
_( "Invalid custom pad named '%s'. Replacing with circlular pad." ),
_( "Invalid custom pad named '%s'. Replacing with circular pad." ),
custom_name.c_str() ) );
newpad->SetShape( PAD_SHAPE_CIRCLE );
}