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:
timlinux 2007-10-04 00:54:35 +00:00
parent ffb85131e4
commit 7a52ae2a18

View File

@ -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"));
}