Fix description: FETs have a gate, not a grid

This commit is contained in:
Jonathan Haas 2021-04-05 15:25:19 +02:00
parent 55679be2e3
commit baca70e748
1 changed files with 2 additions and 2 deletions

View File

@ -459,11 +459,11 @@ void DIALOG_SPICE_MODEL::showPinOrderNote( int aModelType )
break;
case SP_MOSFET:
msg += _( "For a MOSFET, pin order is drain, grid, source" );
msg += _( "For a MOSFET, pin order is drain, gate, source" );
break;
case SP_JFET:
msg += _( "For a JFET, pin order is drain, grid, source" );
msg += _( "For a JFET, pin order is drain, gate, source" );
break;
default: