Keep "Type" field consistent with 6.0.

Fixes https://gitlab.com/kicad/code/kicad/-/issues/16254
This commit is contained in:
Jeff Young 2024-01-10 18:14:13 +00:00
parent 6336f846cd
commit c95db272ca
1 changed files with 1 additions and 1 deletions

View File

@ -346,7 +346,7 @@ static struct EDA_ITEM_DESC
.Map( PCB_SHAPE_T, _HKI( "Graphic" ) )
.Map( PCB_REFERENCE_IMAGE_T, _HKI( "Reference Image" ) )
.Map( PCB_GENERATOR_T, _HKI( "Generator" ) )
.Map( PCB_FIELD_T, _HKI( "Field" ) )
.Map( PCB_FIELD_T, _HKI( "Text" ) )
.Map( PCB_TEXT_T, _HKI( "Text" ) )
.Map( PCB_TEXTBOX_T, _HKI( "Text Box" ) )
.Map( PCB_TRACE_T, _HKI( "Track" ) )