do not flag an empty string as translatable.
(cherry picked from commit 1c9e96c89a)
This commit is contained in:
committed by
Seth Hillbrand
parent
4c563e5ef3
commit
877f7daa2b
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user