do not flag an empty string as translatable.

This commit is contained in:
jean-pierre charras 2024-05-30 15:50:18 +02:00
parent f84b66b985
commit 1c9e96c89a
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,