Skip to content

Commit

Permalink
Merge pull request #8752 from anitagraser/patch-1
Browse files Browse the repository at this point in the history
Refer to layers panel instead of legend
  • Loading branch information
m-kuhn committed Jan 5, 2019
2 parents e3c1d18 + b5a66dd commit be451d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolselectutils.cpp
Expand Up @@ -40,7 +40,7 @@ QgsVectorLayer *QgsMapToolSelectUtils::getCurrentVectorLayer( QgsMapCanvas *canv
{
QgisApp::instance()->messageBar()->pushMessage(
QObject::tr( "No active vector layer" ),
QObject::tr( "To select features, choose a vector layer in the legend" ),
QObject::tr( "To select features, choose a vector layer in the layers panel" ),
Qgis::Info,
QgisApp::instance()->messageTimeout() );
}
Expand Down

0 comments on commit be451d9

Please sign in to comment.