From bb0b04f43aa3d4cbc27cadecff6449014934431e Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 2 Nov 2022 22:14:08 -0400 Subject: UI: Bevel: Specify the width type as "Width Type" in the status bar. Part of T102224 --- source/blender/editors/mesh/editmesh_bevel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), " -- cgit v1.2.3