Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
vcloarec authored and github-actions[bot] committed Dec 2, 2021
1 parent 7ba92ca commit 58f8ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgsmaptoolselectionhandler.cpp
Expand Up @@ -299,7 +299,7 @@ void QgsMapToolSelectionHandler::selectPolygonPressEvent( QgsMapMouseEvent *e )
}
catch ( QgsCsException &exception )
{
QgsDebugMsg( QStringLiteral( "Could not transform geometry to layer CRS" ) );
QgsDebugMsg( QStringLiteral( "Could not transform geometry to map CRS" ) );
}

setSelectedGeometry( geom, e->modifiers() );
Expand Down

0 comments on commit 58f8ff3

Please sign in to comment.