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-06-04 23:43:12 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-06-04 23:43:12 +0400
commit6f0ad4ff0f53e4e2499d3e92c5cbad7582d36b9a (patch)
tree23503bc733c9b8b4e8f6ecf749d4419bfa2fa764 /source/blender/editors/mask/mask_relationships.c
parent4e338e894f9fb0fa18e5594c2648b05c8f92d4c5 (diff)
A few UI messages fixes.
Diffstat (limited to 'source/blender/editors/mask/mask_relationships.c')
-rw-r--r--source/blender/editors/mask/mask_relationships.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/mask/mask_relationships.c b/source/blender/editors/mask/mask_relationships.c
index 226b0fa14be..0e893ee2f9f 100644
--- a/source/blender/editors/mask/mask_relationships.c
+++ b/source/blender/editors/mask/mask_relationships.c
@@ -82,7 +82,7 @@ void MASK_OT_parent_clear(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Clear Parent";
- ot->description = "Clear the masks parenting";
+ ot->description = "Clear the mask's parenting";
ot->idname = "MASK_OT_parent_clear";
/* api callbacks */
@@ -160,7 +160,7 @@ void MASK_OT_parent_set(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Make Parent";
- ot->description = "Set the masks parenting";
+ ot->description = "Set the mask's parenting";
ot->idname = "MASK_OT_parent_set";
/* api callbacks */