We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent ffb8513 commit 7a52ae2Copy full SHA for 7a52ae2
src/app/qgsmaptoolidentify.cpp
@@ -114,7 +114,7 @@ void QgsMapToolIdentify::canvasReleaseEvent(QMouseEvent * e)
114
{
115
QMessageBox::warning(mCanvas,
116
QObject::tr("No active layer"),
117
- QObject::tr("To identify features, you must choose an layer active by clicking on its name in the legend"));
+ QObject::tr("To identify features, you must choose an active layer by clicking on its name in the legend"));
118
}
119
120
0 commit comments