ReverseEngineering: Update UI strings for consistency

This commit is contained in:
Max Wilfinger
2025-06-29 15:46:41 +02:00
committed by Chris Hennes
parent 2a96b8c758
commit da5f0f18c6
10 changed files with 40 additions and 41 deletions

View File

@@ -50,7 +50,7 @@ Gui::MenuItem* Workbench::setupMenuBar() const
reen->setCommand("&Reverse Engineering");
Gui::MenuItem* reconstruct = new Gui::MenuItem();
reconstruct->setCommand("Surface reconstruction");
reconstruct->setCommand("Surface Reconstruction");
*reconstruct << "Reen_PoissonReconstruction"
<< "Reen_ViewTriangulation";
*reen << reconstruct;