mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fixed small grammatical error in 'no active layer' warning.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7250 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
ffb85131e4
commit
7a52ae2a18
@ -114,7 +114,7 @@ void QgsMapToolIdentify::canvasReleaseEvent(QMouseEvent * e)
|
||||
{
|
||||
QMessageBox::warning(mCanvas,
|
||||
QObject::tr("No active layer"),
|
||||
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"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user