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:
Diffstat (limited to 'source/blender/editors/object/object_transform.c')
-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 76d0c162f29..0528d64dca9 100644
--- a/source/blender/editors/object/object_transform.c
+++ b/source/blender/editors/object/object_transform.c
@@ -1533,7 +1533,7 @@ void OBJECT_OT_origin_set(wmOperatorType *ot)
0,
"Origin to Geometry",
"Calculate the center of geometry based on the current pivot point (median, otherwise "
- "bounding-box)"},
+ "bounding box)"},
{ORIGIN_TO_CURSOR,
"ORIGIN_CURSOR",
0,