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 @@ -467,7 +467,7 @@ void QgsMapToolCapture::cadCanvasMoveEvent( QgsMapMouseEvent *e )
467467 {
468468 if ( !mCurrentShapeMapTool )
469469 {
470- emit messageEmitted ( tr ( " Cannot capture a shape without a shape tool defined " ), Qgis::MessageLevel::Warning );
470+ emit messageEmitted ( tr ( " Cannot capture a shape without defining an option in the Shape Digitizing Toolbar " ), Qgis::MessageLevel::Warning );
471471 }
472472 else
473473 {
@@ -1297,7 +1297,7 @@ void QgsMapToolCapture::cadCanvasReleaseEvent( QgsMapMouseEvent *e )
12971297 {
12981298 if ( !mCurrentShapeMapTool )
12991299 {
1300- emit messageEmitted ( tr ( " Cannot capture a shape without a shape tool defined " ), Qgis::MessageLevel::Warning );
1300+ emit messageEmitted ( tr ( " Cannot capture a shape without defining an option in the Shape Digitizing Toolbar " ), Qgis::MessageLevel::Warning );
13011301 return ;
13021302 }
13031303 else
You can’t perform that action at this time.
0 commit comments