Standardize on longer phrasing
Fixes https://gitlab.com/kicad/code/kicad/-/issues/13514
This commit is contained in:
parent
e11012fe06
commit
4a55b7998a
|
@ -2933,7 +2933,7 @@ static struct FOOTPRINT_DESC
|
|||
propMgr.AddProperty( new PROPERTY<FOOTPRINT, bool>( _HKI( "Exclude from position files" ),
|
||||
&FOOTPRINT::SetExcludedFromPosFiles, &FOOTPRINT::IsExcludedFromPosFiles ),
|
||||
groupAttributes );
|
||||
propMgr.AddProperty( new PROPERTY<FOOTPRINT, bool>( _HKI( "Exclude from BOM" ),
|
||||
propMgr.AddProperty( new PROPERTY<FOOTPRINT, bool>( _HKI( "Exclude from bill of materials" ),
|
||||
&FOOTPRINT::SetExcludedFromBOM, &FOOTPRINT::IsExcludedFromBOM ),
|
||||
groupAttributes );
|
||||
|
||||
|
|
Loading…
Reference in New Issue