mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 00:21:31 +00:00
Translate "Padstack is questionable".
This commit is contained in:
parent
1e6e555164
commit
421a76c4f7
@ -144,7 +144,7 @@ DRC_ITEM DRC_ITEM::viaDiameter( DRCE_VIA_DIAMETER,
|
||||
wxT( "via_diameter" ) );
|
||||
|
||||
DRC_ITEM DRC_ITEM::padstack( DRCE_PADSTACK,
|
||||
wxT( "Padstack is questionable" ),
|
||||
_( "Padstack is questionable" ),
|
||||
wxT( "padstack" ) );
|
||||
|
||||
DRC_ITEM DRC_ITEM::padstackInvalid( DRCE_PADSTACK_INVALID,
|
||||
|
Loading…
Reference in New Issue
Block a user