From 8c375113b5c317e6cf77889714b9fd248dc9c871 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 30 Jul 2020 22:05:25 -0400 Subject: UI: Label Fixes These were added in rB146473f08335e8cb774ccaf1baad82a1d308fbe1 however there were a few errors with the labels: 1. Underscore in label 2. Abbreviation when not needed --- source/blender/editors/gpencil/gpencil_convert.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/blender/editors/gpencil/gpencil_convert.c b/source/blender/editors/gpencil/gpencil_convert.c index d4d37e7a9b7..21d755bea52 100644 --- a/source/blender/editors/gpencil/gpencil_convert.c +++ b/source/blender/editors/gpencil/gpencil_convert.c @@ -1707,7 +1707,7 @@ void GPENCIL_OT_convert(wmOperatorType *ot) 0, 0, 32, - "Bevel_Resolution", + "Bevel Resolution", "Bevel resolution when depth is non-zero", 0, 32); @@ -1722,7 +1722,7 @@ void GPENCIL_OT_convert(wmOperatorType *ot) 1.0f, 0.0f, 1000.0f, - "Radius Fac", + "Radius Factor", "Multiplier for the points' radii (set from stroke width)", 0.0f, 10.0f); -- cgit v1.2.3