Skip to content

Commit fefa963

Browse files
SrNetoChannyalldawson
authored andcommittedJun 27, 2023
Replace reference to CAD tools
1 parent 093f110 commit fefa963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/gui/qgsadvanceddigitizingdockwidget.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ void QgsAdvancedDigitizingDockWidget::disable()
18861886
disconnect( mMapCanvas, &QgsMapCanvas::destinationCrsChanged, this, &QgsAdvancedDigitizingDockWidget::enable );
18871887

18881888
mEnableAction->setEnabled( false );
1889-
mErrorLabel->setText( tr( "CAD tools are not enabled for the current map tool" ) );
1889+
mErrorLabel->setText( tr( "Advanced digitizing tools are not enabled for the current map tool" ) );
18901890
mErrorLabel->show();
18911891
mCadWidget->hide();
18921892

0 commit comments

Comments
 (0)
Please sign in to comment.