File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -468,7 +468,7 @@ void QgsMapToolCapture::cadCanvasMoveEvent( QgsMapMouseEvent *e )
468
468
{
469
469
if ( !mCurrentShapeMapTool )
470
470
{
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 );
472
472
}
473
473
else
474
474
{
@@ -1298,7 +1298,7 @@ void QgsMapToolCapture::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
1298
1298
{
1299
1299
if ( !mCurrentShapeMapTool )
1300
1300
{
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 );
1302
1302
return ;
1303
1303
}
1304
1304
else
You can’t perform that action at this time.
0 commit comments