mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-18 16:09:18 +00:00
Fix copy/pasta.
This commit is contained in:
parent
dccd3d9c43
commit
b9ebd3304b
@ -643,7 +643,7 @@ bool FOOTPRINT::FootprintNeedsUpdate( const FOOTPRINT* aLibFP, int aCompareFlags
|
||||
&& GetLocalSolderPasteMarginRatio() != aLibFP->GetLocalSolderPasteMarginRatio() )
|
||||
{
|
||||
diff = true;
|
||||
aReporter->Report( _( "\"Solder paste relative clearance overridden." ) );
|
||||
aReporter->Report( _( "Solder paste relative clearance overridden." ) );
|
||||
}
|
||||
|
||||
if( GetLocalZoneConnection() != ZONE_CONNECTION::INHERITED
|
||||
|
Loading…
Reference in New Issue
Block a user