Eeschema: tiny tweak to DRC rule wording

Relates-To: https://gitlab.com/kicad/code/kicad/-/issues/19118
This commit is contained in:
John Beard 2024-12-25 00:32:19 +08:00
parent 75365e8b71
commit a55915726f

View File

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