Skip to content

Commit 7a52ae2

Browse files
author
timlinux
committedOct 4, 2007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/app/qgsmaptoolidentify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void QgsMapToolIdentify::canvasReleaseEvent(QMouseEvent * e)
114114
{
115115
QMessageBox::warning(mCanvas,
116116
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"));
117+
QObject::tr("To identify features, you must choose an active layer by clicking on its name in the legend"));
118118
}
119119

120120

0 commit comments

Comments
 (0)
Please sign in to comment.