Skip to content

Commit

Permalink
Replace reference to CAD tools
Browse files Browse the repository at this point in the history
  • Loading branch information
SrNetoChan authored and nyalldawson committed Jun 26, 2023
1 parent 71499aa commit 3c99f36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsadvanceddigitizingdockwidget.cpp
Expand Up @@ -1886,7 +1886,7 @@ void QgsAdvancedDigitizingDockWidget::disable()
disconnect( mMapCanvas, &QgsMapCanvas::destinationCrsChanged, this, &QgsAdvancedDigitizingDockWidget::enable );

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

Expand Down

0 comments on commit 3c99f36

Please sign in to comment.