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 github-actions[bot] committed Jun 27, 2023
1 parent a9f24df commit 38187e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsadvanceddigitizingdockwidget.cpp
Expand Up @@ -1673,7 +1673,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 38187e1

Please sign in to comment.