Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 38187e1

Browse files
SrNetoChangithub-actions[bot]
authored andcommittedJun 27, 2023
Replace reference to CAD tools
1 parent a9f24df commit 38187e1

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
@@ -1673,7 +1673,7 @@ void QgsAdvancedDigitizingDockWidget::disable()
16731673
disconnect( mMapCanvas, &QgsMapCanvas::destinationCrsChanged, this, &QgsAdvancedDigitizingDockWidget::enable );
16741674

16751675
mEnableAction->setEnabled( false );
1676-
mErrorLabel->setText( tr( "CAD tools are not enabled for the current map tool" ) );
1676+
mErrorLabel->setText( tr( "Advanced digitizing tools are not enabled for the current map tool" ) );
16771677
mErrorLabel->show();
16781678
mCadWidget->hide();
16791679

0 commit comments

Comments
 (0)
Please sign in to comment.