PartDesign: Correct typo in multiple solids error (#23642)
* PartDesign: Update FeatureFillet.cpp * PartDesign: Update FeaturePipe.cpp * PartDesign: Update FeatureLoft.cpp * PartDesign: Update FeatureExtrude.cpp * PartDesign: Update FeatureGroove.cpp * PartDesign: Update FeatureBoolean.cpp * PartDesign: Update FeatureChamfer.cpp * PartDesign: Update FeatureHole.cpp * PartDesign: Update FeatureDraft.cpp * PartDesign: Update FeatureRevolution.cpp * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor * PartDesign: Remove empty lines added by GitHub editor
This commit is contained in:
@@ -402,7 +402,7 @@ App::DocumentObjectExecReturn *Pipe::execute()
|
||||
|
||||
if (!isSingleSolidRuleSatisfied(boolOp.getShape())) {
|
||||
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP("Exception",
|
||||
"Result has multiple solids: enable 'Allow Compounds' in the active body."));
|
||||
"Result has multiple solids: enable 'Allow Compound' in the active body."));
|
||||
}
|
||||
|
||||
// store shape before refinement
|
||||
@@ -423,7 +423,7 @@ App::DocumentObjectExecReturn *Pipe::execute()
|
||||
|
||||
if (!isSingleSolidRuleSatisfied(boolOp.getShape())) {
|
||||
return new App::DocumentObjectExecReturn(QT_TRANSLATE_NOOP("Exception",
|
||||
"Result has multiple solids: enable 'Allow Compounds' in the active body."));
|
||||
"Result has multiple solids: enable 'Allow Compound' in the active body."));
|
||||
}
|
||||
|
||||
// store shape before refinement
|
||||
|
||||
Reference in New Issue
Block a user