Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Refer to layers panel instead of legend
  • Loading branch information
anitagraser authored and m-kuhn committed Dec 28, 2018
1 parent 687fb50 commit 21194a6
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 21194a6

Please sign in to comment.