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 )
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
You can’t perform that action at this time.
0 commit comments