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:
authorCampbell Barton <ideasman42@gmail.com>2017-08-21 08:24:40 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2017-09-04 13:48:17 +0300
commit058a358e984ea8272d53f55fe7b4dbcb35c5c85d (patch)
tree0094a39ce030c73c0ec8bf1bbda81ff3eb52c45a /source/blender/editors/object
parentba600ff7faca17cc5dd51925a62e5154a7d1906f (diff)
Modify menu from last commit
Also correct tool-tip.
Diffstat (limited to 'source/blender/editors/object')
-rw-r--r--source/blender/editors/object/object_transform.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/object_transform.c b/source/blender/editors/object/object_transform.c
index f106962f800..3a8e693b0ce 100644
--- a/source/blender/editors/object/object_transform.c
+++ b/source/blender/editors/object/object_transform.c
@@ -1094,7 +1094,7 @@ void OBJECT_OT_origin_set(wmOperatorType *ot)
"Move object origin to position of the 3D cursor"},
/* Intentional naming mismatch since some scripts refer to this. */
{ORIGIN_TO_CENTER_OF_MASS_SURFACE, "ORIGIN_CENTER_OF_MASS", 0, "Origin to Center of Mass (Surface)",
- "Calculate the center of mass calculated from the surface area"},
+ "Calculate the center of mass from the surface area"},
{ORIGIN_TO_CENTER_OF_MASS_VOLUME, "ORIGIN_CENTER_OF_VOLUME", 0, "Origin to Center of Mass (Volume)",
"Calculate the center of mass from the volume (must be manifold geometry with consistent normals)"},
{0, NULL, 0, NULL, NULL}