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
committerCampbell Barton <ideasman42@gmail.com>2017-08-21 08:24:40 +0300
commit592dd9dea6aa6e8f954e7604b497bdd9c2387e21 (patch)
tree0a65790abdb8018090b08f476d8f46ee9d537a65 /source/blender/editors/object
parent361c7cbbc57720db3b04698c7e45fe72297e2b24 (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 04d8a65e043..6491da4c23c 100644
--- a/source/blender/editors/object/object_transform.c
+++ b/source/blender/editors/object/object_transform.c
@@ -1102,7 +1102,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}