Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vcloarec authored and github-actions[bot] committed Dec 2, 2021
1 parent 3171238 commit e1382ad
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 e1382ad

Please sign in to comment.