Fix Crowdin typos + trim superfluous whitespace [skip-ci]
Some issues that this PR fixes (but not all listed): https://crowdin.com/translate/freecad/27911/en-en#6581578 https://crowdin.com/translate/freecad/27911/en-en#6579080 https://crowdin.com/translate/freecad/27911/en-en#6581580 https://crowdin.com/translate/freecad/27911/en-en#6579086
This commit is contained in:
@@ -207,7 +207,7 @@ void DressUp::getAddSubShape(Part::TopoShape &addShape, Part::TopoShape &subShap
|
||||
// SupportTransform means transform the support together with
|
||||
// the dressing. So we need to find the previous support
|
||||
// feature (which must be of type FeatureAddSub), and skipping
|
||||
// any consequtive DressUp in-between.
|
||||
// any consecutive DressUp in-between.
|
||||
for(Feature *current=this; ;current=static_cast<DressUp*>(base)) {
|
||||
base = Base::freecad_dynamic_cast<FeatureAddSub>(current->getBaseObject(true));
|
||||
if(!base)
|
||||
|
||||
Reference in New Issue
Block a user