Skip to content

Commit

Permalink
Changes tooltip of Open Layer Styling button
Browse files Browse the repository at this point in the history
  • Loading branch information
SrNetoChan authored and nyalldawson committed May 29, 2018
1 parent 6bf5274 commit e7da103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgisapp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3762,7 +3762,7 @@ void QgisApp::initLayerTreeView()

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

0 comments on commit e7da103

Please sign in to comment.