[Bf-blender-cvs] [19a55b5a007] blender2.8: UI: More descriptive tooltip

Pablo Vazquez noreply at git.blender.org
Sat Jul 14 01:37:13 CEST 2018


Commit: 19a55b5a007725bc659f057312a4a70894b6a467
Author: Pablo Vazquez
Date:   Sat Jul 14 01:37:01 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB19a55b5a007725bc659f057312a4a70894b6a467

UI: More descriptive tooltip

===================================================================

M	source/blender/editors/space_view3d/view3d_snap.c

===================================================================

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 */



More information about the Bf-blender-cvs mailing list