Skip to content

Commit 3c99f36

Browse files
SrNetoChannyalldawson
authored andcommitted
Replace reference to CAD tools
1 parent 71499aa commit 3c99f36

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)