Skip to content

Commit e7da103

Browse files
SrNetoChannyalldawson
authored andcommitted
Changes tooltip of Open Layer Styling button
1 parent 6bf5274 commit e7da103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgisapp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3762,7 +3762,7 @@ void QgisApp::initLayerTreeView()
37623762

37633763
mActionStyleDock = new QAction( tr( "Layer Styling" ), this );
37643764
mActionStyleDock->setCheckable( true );
3765-
mActionStyleDock->setToolTip( tr( "Open the layer styling dock" ) );
3765+
mActionStyleDock->setToolTip( tr( "Open the Layer Styling panel" ) );
37663766
mActionStyleDock->setShortcut( QStringLiteral( "F7" ) );
37673767
mActionStyleDock->setIcon( QgsApplication::getThemeIcon( QStringLiteral( "propertyicons/symbology.svg" ) ) );
37683768
connect( mActionStyleDock, &QAction::toggled, this, &QgisApp::mapStyleDock );

0 commit comments

Comments
 (0)