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:
authorPablo Vazquez <venomgfx@gmail.com>2018-07-14 02:37:01 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-07-14 02:37:01 +0300
commit19a55b5a007725bc659f057312a4a70894b6a467 (patch)
treef5bd7e7aebbd38bf462c61fa709633bb41e96eca /source/blender/editors/space_view3d/view3d_snap.c
parent5d6d565792819a3b4fe2bb39ab7d4ce70042453f (diff)
UI: More descriptive tooltip
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_snap.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_snap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_snap.c b/source/blender/editors/space_view3d/view3d_snap.c
index 11575f8b1f3..7799854db49 100644
--- a/source/blender/editors/space_view3d/view3d_snap.c
+++ b/source/blender/editors/space_view3d/view3d_snap.c
@@ -802,7 +802,7 @@ void VIEW3D_OT_snap_cursor_to_center(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Snap Cursor to Center";
- ot->description = "Snap cursor to the Center";
+ ot->description = "Snap cursor to world origin";
ot->idname = "VIEW3D_OT_snap_cursor_to_center";
/* api callbacks */