From 19a55b5a007725bc659f057312a4a70894b6a467 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Sat, 14 Jul 2018 01:37:01 +0200 Subject: UI: More descriptive tooltip --- source/blender/editors/space_view3d/view3d_snap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_view3d') 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 */ -- cgit v1.2.3