Update src/Mod/ReverseEngineering/Gui/FitBSplineSurface.cpp

Co-authored-by: Ryan K <114723629+ryankembrey@users.noreply.github.com>
This commit is contained in:
Max Wilfinger
2025-06-30 09:31:06 +02:00
committed by Chris Hennes
parent 1c40f08900
commit 9afee61b97

View File

@@ -203,7 +203,7 @@ bool FitBSplineSurfaceWidget::accept()
QMessageBox::warning(
this,
tr("Wrong selection"),
tr("Select a single placement object to get local orientation."));
tr("Select a single placement object to get the local orientation."));
return false;
}