Make layers manager terminology consistent.

Fixes: lp:1769788
* https://bugs.launchpad.net/kicad/+bug/1769788
This commit is contained in:
Jeff Young 2018-05-08 17:56:30 +01:00
parent b90f70e230
commit 36850a539b
1 changed files with 1 additions and 1 deletions

View File

@ -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