Just spell out Transmission Lines fully in the calculator

This commit is contained in:
Marek Roszko 2022-02-20 21:31:37 -05:00
parent 5544dd8018
commit b69f179560
1 changed files with 4 additions and 4 deletions

View File

@ -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" ) );