Skip to content

Commit d9dee32

Browse files
author
mhugent
committed
Changed label from 'Legend' to 'Layers'
git-svn-id: http://svn.osgeo.org/qgis/trunk@10126 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 61c9cc0 commit d9dee32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1645,7 +1645,7 @@ void QgisApp::createLegend()
16451645
mMapLegend->setToggleEditingAction( mActionToggleEditing );
16461646

16471647
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." ) );
1648-
mLegendDock = new QDockWidget( tr( "Legend" ), this );
1648+
mLegendDock = new QDockWidget( tr( "Layers" ), this );
16491649
mLegendDock->setObjectName( "Legend" );
16501650
mLegendDock->setAllowedAreas( Qt::LeftDockWidgetArea | Qt::RightDockWidgetArea );
16511651
mLegendDock->setWidget( mMapLegend );

0 commit comments

Comments
 (0)