[Bf-blender-cvs] [bf37c93533a] master: Correct tooltip

Campbell Barton noreply at git.blender.org
Tue Oct 2 03:19:00 CEST 2018


Commit: bf37c93533a64011437fd29235fe8bfd3eedd589
Author: Campbell Barton
Date:   Tue Oct 2 11:17:31 2018 +1000
Branches: master
https://developer.blender.org/rBbf37c93533a64011437fd29235fe8bfd3eedd589

Correct tooltip

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

M	source/blender/editors/mesh/mesh_ops.c

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

diff --git a/source/blender/editors/mesh/mesh_ops.c b/source/blender/editors/mesh/mesh_ops.c
index ca43cfdf3a3..f3f7338716c 100644
--- a/source/blender/editors/mesh/mesh_ops.c
+++ b/source/blender/editors/mesh/mesh_ops.c
@@ -262,7 +262,7 @@ void ED_operatormacros_mesh(void)
 	RNA_boolean_set(otmacro->ptr, "mirror", false);
 
 	ot = WM_operatortype_append_macro("MESH_OT_extrude_region_shrink_fatten", "Extrude Region and Shrink/Fatten",
-	                                  "Extrude region and move result", OPTYPE_UNDO | OPTYPE_REGISTER);
+	                                  "Extrude along normals and move result", OPTYPE_UNDO | OPTYPE_REGISTER);
 	otmacro = WM_operatortype_macro_define(ot, "MESH_OT_extrude_region");
 	otmacro = WM_operatortype_macro_define(ot, "TRANSFORM_OT_shrink_fatten");
 	RNA_enum_set(otmacro->ptr, "proportional", 0);



More information about the Bf-blender-cvs mailing list