A few more BMesh errors messages translated, and "automated" translation for modifers too!
This commit is contained in:
@@ -167,7 +167,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
|
||||
if (result)
|
||||
return result;
|
||||
else
|
||||
modifier_setError(md, "%s", TIP_("Can't execute boolean operation."));
|
||||
modifier_setError(md, "Cannot execute boolean operation");
|
||||
}
|
||||
|
||||
return derivedData;
|
||||
|
Reference in New Issue
Block a user