Skip to content

Commit

Permalink
Fixed small grammatical error in 'no active layer' warning.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7250 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Oct 4, 2007
1 parent df45caf commit b701aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolidentify.cpp
Expand Up @@ -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"));
}


Expand Down

0 comments on commit b701aee

Please sign in to comment.