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>2014-03-31 23:15:56 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2014-03-31 23:15:56 +0400
commit42fca2f145b81d8b359164f17341bfc111360f22 (patch)
tree26d79f6650a956cf88fdfe1ab392911d104aa44d /source/blender/editors/mask
parentf1186cb113941e87eebb03c80b9e8c4f3faee7c2 (diff)
Usual UI messages fixes...
Diffstat (limited to 'source/blender/editors/mask')
-rw-r--r--source/blender/editors/mask/mask_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_ops.c b/source/blender/editors/mask/mask_ops.c
index b01bd9c3083..438853a081d 100644
--- a/source/blender/editors/mask/mask_ops.c
+++ b/source/blender/editors/mask/mask_ops.c
@@ -1027,7 +1027,7 @@ void MASK_OT_slide_point(wmOperatorType *ot)
RNA_def_boolean(ot->srna, "slide_feather", 0, "Slide Feather", "First try to slide feather instead of vertex");
- prop = RNA_def_boolean(ot->srna, "is_new_point", 0, "Slide New Point", "Newly created vertex is being slided");
+ prop = RNA_def_boolean(ot->srna, "is_new_point", 0, "Slide New Point", "Newly created vertex is being slid");
RNA_def_property_flag(prop, PROP_SKIP_SAVE);
}