From d49edcc98258b27181ad57cc5a9dc7069e7516fe Mon Sep 17 00:00:00 2001 From: "luz.paz" Date: Mon, 16 Dec 2019 07:33:12 -0500 Subject: [PATCH] Revised per feedback from review --- src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui | 2 +- src/Mod/MeshPart/App/AppMeshPartPy.cpp | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui b/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui index 6aa00a8222..eb0fdb708b 100644 --- a/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui +++ b/src/Mod/Assembly/Gui/TaskAssemblyConstraints.ui @@ -192,7 +192,7 @@ - <html><head/><body><p>Fixes the first geometry in its rotation and translation. Note: this fix only works its direct parent assembly. If you stack assemblies, the parent assembly will not be fixed inside the other ones.</p></body></html> + <html><head/><body><p>Fixes the first geometry in its rotation and translation. Note that fix only works its the direct parent assembly. If you stack assemblys, the parent assembly will not be fixed inside the other ones.</p></body></html> Fix diff --git a/src/Mod/MeshPart/App/AppMeshPartPy.cpp b/src/Mod/MeshPart/App/AppMeshPartPy.cpp index 39905c4fde..9666c5bc09 100644 --- a/src/Mod/MeshPart/App/AppMeshPartPy.cpp +++ b/src/Mod/MeshPart/App/AppMeshPartPy.cpp @@ -133,9 +133,9 @@ public: " Deflection (required, float)\n" " MinLength (required, float)\n" " Fineness (required, integer)\n" - " SecondOrder (optional, integral boolean)\n" - " Optimize (optional, integral boolean)\n" - " AllowQuad (optional, integral boolean)\n" + " SecondOrder (optional, integer boolean)\n" + " Optimize (optional, integer boolean)\n" + " AllowQuad (optional, integer boolean)\n" " GrowthRate (optional, float)\n" " SegPerEdge (optional, float)\n" " SegPerRadius (optional, float)\n"