Standardize on longer phrasing

Fixes https://gitlab.com/kicad/code/kicad/-/issues/13514
This commit is contained in:
Jon Evans 2023-01-23 08:59:18 -05:00
parent e11012fe06
commit 4a55b7998a
1 changed files with 1 additions and 1 deletions

View File

@ -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 );