Skip to content

Commit a644897

Browse files
SrNetoChangithub-actions[bot]
authored andcommittedAug 29, 2022
Even better wording
1 parent eedc2dd commit a644897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/gui/qgsmaptoolcapture.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ void QgsMapToolCapture::cadCanvasMoveEvent( QgsMapMouseEvent *e )
468468
{
469469
if ( !mCurrentShapeMapTool )
470470
{
471-
emit messageEmitted( tr( "Cannot capture a shape without defining an option in the Shape Digitizing Toolbar" ), Qgis::MessageLevel::Warning );
471+
emit messageEmitted( tr( "Select an option from the Shape Digitizing Toolbar in order to capture shapes" ), Qgis::MessageLevel::Warning );
472472
}
473473
else
474474
{
@@ -1298,7 +1298,7 @@ void QgsMapToolCapture::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
12981298
{
12991299
if ( !mCurrentShapeMapTool )
13001300
{
1301-
emit messageEmitted( tr( "Cannot capture a shape without defining an option in the Shape Digitizing Toolbar" ), Qgis::MessageLevel::Warning );
1301+
emit messageEmitted( tr( "Select an option from the Shape Digitizing Toolbar in order to capture shapes" ), Qgis::MessageLevel::Warning );
13021302
return;
13031303
}
13041304
else

0 commit comments

Comments
 (0)
Please sign in to comment.