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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-06-26 12:38:53 +0400
committerLukas Tönne <lukas.toenne@gmail.com>2014-06-26 12:41:54 +0400
commit33e8451d4b15d04872ee0923600aad0627ab040e (patch)
tree44d9a707f197c2f9028b3c4347ae2112b4f40528 /source/blender/editors/object/object_relations.c
parent1b76c638ad4a438028c3b76a67f22b7c0fec1ea6 (diff)
Better description for the "make links" operator.
This is a misnomer: the operator copies data (mostly pointers) of various types from the active to selected objects. "Make Link" implies creating a permanent connection between these objects ...
Diffstat (limited to 'source/blender/editors/object/object_relations.c')
-rw-r--r--source/blender/editors/object/object_relations.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_relations.c b/source/blender/editors/object/object_relations.c
index 6ff21f75733..9d7a3598083 100644
--- a/source/blender/editors/object/object_relations.c
+++ b/source/blender/editors/object/object_relations.c
@@ -1679,7 +1679,7 @@ void OBJECT_OT_make_links_data(wmOperatorType *ot)
/* identifiers */
ot->name = "Link Data";
- ot->description = "Make links from the active object to other selected objects";
+ ot->description = "Apply active object links to other selected objects";
ot->idname = "OBJECT_OT_make_links_data";
/* api callbacks */