Eeschema: fix grammar for text for ERCE_PIN_NOT_DRIVEN

Reported by Kevin Cozens on the mailing list.
This commit is contained in:
John Beard 2019-01-29 21:49:44 +00:00 committed by Wayne Stambaugh
parent 55fcbddde8
commit 016a544606
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ wxString DRC_ITEM::GetErrorText() const
case ERCE_PIN_NOT_CONNECTED:
return wxString( _("Pin not connected (use a \"no connection\" flag to suppress this error)") );
case ERCE_PIN_NOT_DRIVEN:
return wxString( _("Pin connected to some others pins but no pin to drive it") );
return wxString( _( "Pin connected to other pins, but not driven by any pin" ) );
case ERCE_PIN_TO_PIN_WARNING:
return wxString( _("Conflict problem between pins. Severity: warning") );
case ERCE_PIN_TO_PIN_ERROR: