Just spell out Transmission Lines fully in the calculator
This commit is contained in:
parent
5544dd8018
commit
b69f179560
|
@ -93,7 +93,7 @@ PCB_CALCULATOR_FRAME::PCB_CALCULATOR_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
|||
AddCalculator( new PANEL_ATTENUATORS( m_treebook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ),
|
||||
_( "RF Attenuators" ) );
|
||||
AddCalculator( new PANEL_TRANSLINE( m_treebook, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTAB_TRAVERSAL ),
|
||||
_( "TransLine ") );
|
||||
_( "Transmission Lines") );
|
||||
|
||||
m_treebook->AddPage( nullptr, _( "Memo" ) );
|
||||
|
||||
|
|
Loading…
Reference in New Issue