Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Refer to layers panel instead of legend
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/app/qgsmaptoolselectutils.cpp
|
@@ -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() ); |
|
|
} |
|
|