Make layers manager terminology consistent.
Fixes: lp:1769788 * https://bugs.launchpad.net/kicad/+bug/1769788
This commit is contained in:
parent
b90f70e230
commit
36850a539b
|
@ -403,7 +403,7 @@ PCB_EDIT_FRAME::PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent ) :
|
|||
lyrs.LayersToolbarPane();
|
||||
lyrs.MinSize( m_Layers->GetBestSize() ); // updated in ReFillLayerWidget
|
||||
lyrs.BestSize( m_Layers->GetBestSize() );
|
||||
lyrs.Caption( _( "Visibles" ) );
|
||||
lyrs.Caption( _( "Layers Manager" ) );
|
||||
lyrs.TopDockable( false ).BottomDockable( false );
|
||||
|
||||
if( m_mainToolBar ) // The main horizontal toolbar
|
||||
|
|
Loading…
Reference in New Issue