Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2012-10-27 15:12:09 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-10-27 15:12:09 +0400
commitec67334e25b92c60f97978ef1bf754b4ba55127e (patch)
treec90fe17d97850d899a58b84bba973b6200985f7e /source/blender/modifiers/intern/MOD_boolean.c
parent91584b0f0c1b56a9bc00a452836c9bef9d4cefd3 (diff)
A few more BMesh errors messages translated, and "automated" translation for modifers too!
Diffstat (limited to 'source/blender/modifiers/intern/MOD_boolean.c')
-rw-r--r--source/blender/modifiers/intern/MOD_boolean.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/modifiers/intern/MOD_boolean.c b/source/blender/modifiers/intern/MOD_boolean.c
index 39bbe034bb8..0a48003fc81 100644
--- a/source/blender/modifiers/intern/MOD_boolean.c
+++ b/source/blender/modifiers/intern/MOD_boolean.c
@@ -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;