mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
Merge pull request #8752 from anitagraser/patch-1
Refer to layers panel instead of legend
This commit is contained in:
commit
be451d98c9
@ -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() );
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user