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:
authorInes Almeida <britalmeida@gmail.com>2019-07-02 00:06:32 +0300
committerInes Almeida <britalmeida@gmail.com>2019-07-02 00:06:32 +0300
commit9fbfa218e0cb484ea03ef0dbf3230e40a340fdc8 (patch)
tree5082cfee532e2e55507492fd953f69fdb3a5e4cb /source/blender/editors/object/object_add.c
parentfcc567b7974dbf4b41e7bfa0420126fd6909727c (diff)
Updated tooltips for operators 'Transfer Mix' and 'Join Shapes'. Fixes typo
Diffstat (limited to 'source/blender/editors/object/object_add.c')
-rw-r--r--source/blender/editors/object/object_add.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_add.c b/source/blender/editors/object/object_add.c
index 0fdb1cec16f..a3e3196bb13 100644
--- a/source/blender/editors/object/object_add.c
+++ b/source/blender/editors/object/object_add.c
@@ -2826,7 +2826,7 @@ void OBJECT_OT_join_shapes(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Join as Shapes";
- ot->description = "Merge selected objects to shapes of active object";
+ ot->description = "Copy the current resulting shape of another selected object to this one";
ot->idname = "OBJECT_OT_join_shapes";
/* api callbacks */