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>2015-04-06 21:43:34 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2015-04-06 23:06:06 +0300
commit33a92473347a9b9ee4e95c20e579ec97fd67ef63 (patch)
treeb5dc8ab7bbeb1f6275bcc8463df404e71d7e114f /source/blender/editors/object/object_modifier.c
parente2354e64d2cd8b11bb3ace22a6ba353d7a1382d8 (diff)
UI i18n cleanup...
And some general style cleanup as well (line length...).
Diffstat (limited to 'source/blender/editors/object/object_modifier.c')
-rw-r--r--source/blender/editors/object/object_modifier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_modifier.c b/source/blender/editors/object/object_modifier.c
index 9a0377d28ad..ac5ec1976ab 100644
--- a/source/blender/editors/object/object_modifier.c
+++ b/source/blender/editors/object/object_modifier.c
@@ -1870,7 +1870,7 @@ void OBJECT_OT_correctivesmooth_bind(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Corrective Smooth Bind";
- ot->description = "Bind base pose in delta mush modifier";
+ ot->description = "Bind base pose in Corrective Smooth modifier";
ot->idname = "OBJECT_OT_correctivesmooth_bind";
/* api callbacks */