[Bf-blender-cvs] [bb0b04f43aa] master: UI: Bevel: Specify the width type as "Width Type" in the status bar.

Aaron Carlisle noreply at git.blender.org
Thu Nov 3 03:14:32 CET 2022


Commit: bb0b04f43aa3d4cbc27cadecff6449014934431e
Author: Aaron Carlisle
Date:   Wed Nov 2 22:14:08 2022 -0400
Branches: master
https://developer.blender.org/rBbb0b04f43aa3d4cbc27cadecff6449014934431e

UI: Bevel: Specify the width type as "Width Type" in the status bar.

Part of T102224

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

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

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

diff --git a/source/blender/editors/mesh/editmesh_bevel.c b/source/blender/editors/mesh/editmesh_bevel.c
index 85801668510..92e993f74a2 100644
--- a/source/blender/editors/mesh/editmesh_bevel.c
+++ b/source/blender/editors/mesh/editmesh_bevel.c
@@ -170,7 +170,7 @@ static void edbm_bevel_update_status_text(bContext *C, wmOperator *op)
                sizeof(status_text),
                TIP_("%s: Confirm, "
                     "%s: Cancel, "
-                    "%s: Mode (%s), "
+                    "%s: Width Type (%s), "
                     "%s: Width (%s), "
                     "%s: Segments (%d), "
                     "%s: Profile (%.3f), "



More information about the Bf-blender-cvs mailing list