7
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:
Alex Shvartzkop 2025-02-07 00:30:20 +03:00
parent 1e6e555164
commit 421a76c4f7

View File

@ -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,