do not flag an empty string as translatable.

(cherry picked from commit 1c9e96c89a)
This commit is contained in:
jean-pierre charras 2024-05-30 15:50:18 +02:00 committed by Seth Hillbrand
parent 4c563e5ef3
commit 877f7daa2b
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ DRC_ITEM DRC_ITEM::viaDiameter( DRCE_VIA_DIAMETER,
wxT( "via_diameter" ) );
DRC_ITEM DRC_ITEM::padstack( DRCE_PADSTACK,
_( "" ),
wxT( "" ),
wxT( "padstack" ) );
DRC_ITEM DRC_ITEM::padstackInvalid( DRCE_PADSTACK_INVALID,