A few more BMesh errors messages translated, and "automated" translation for modifers too!

This commit is contained in:
2012-10-27 11:12:09 +00:00
parent 91584b0f0c
commit ec67334e25
10 changed files with 49 additions and 60 deletions

View File

@@ -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;