mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Changed label from 'Legend' to 'Layers'
git-svn-id: http://svn.osgeo.org/qgis/trunk@10126 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
61c9cc08c6
commit
d9dee32c05
@ -1645,7 +1645,7 @@ void QgisApp::createLegend()
|
||||
mMapLegend->setToggleEditingAction( mActionToggleEditing );
|
||||
|
||||
mMapLegend->setWhatsThis( tr( "Map legend that displays all the layers currently on the map canvas. Click on the check box to turn a layer on or off. Double click on a layer in the legend to customize its appearance and set other properties." ) );
|
||||
mLegendDock = new QDockWidget( tr( "Legend" ), this );
|
||||
mLegendDock = new QDockWidget( tr( "Layers" ), this );
|
||||
mLegendDock->setObjectName( "Legend" );
|
||||
mLegendDock->setAllowedAreas( Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea );
|
||||
mLegendDock->setWidget( mMapLegend );
|
||||
|
Loading…
x
Reference in New Issue
Block a user