mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
Eeschema: tiny tweak to DRC rule wording
Relates-To: https://gitlab.com/kicad/code/kicad/-/issues/19118
This commit is contained in:
parent
75365e8b71
commit
a55915726f
@ -65,7 +65,7 @@ ERC_ITEM ERC_ITEM::powerpinNotDriven( ERCE_POWERPIN_NOT_DRIVEN,
|
||||
wxT( "power_pin_not_driven" ) );
|
||||
|
||||
ERC_ITEM ERC_ITEM::duplicatePinError( ERCE_DUPLICATE_PIN_ERROR,
|
||||
_( "Multiple pins with the same pin numbers" ),
|
||||
_( "Multiple pins with the same pin number" ),
|
||||
wxT( "duplicate_pins" ) );
|
||||
|
||||
ERC_ITEM ERC_ITEM::pinTableWarning( ERCE_PIN_TO_PIN_WARNING,
|
||||
|
Loading…
x
Reference in New Issue
Block a user