Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-07-31 05:08:54 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-07-31 05:08:54 +0300
commit59c14c1a62cfd6dc03c21ae7b3e8fe23162c6265 (patch)
tree4157becc951a3de043fcb2178f547c57e46527af
parent44928a2a8f2ebb3a9489e21aa3169b20f6945590 (diff)
parent8c375113b5c317e6cf77889714b9fd248dc9c871 (diff)
Merge branch 'blender-v2.90-release'
-rw-r--r--source/blender/editors/gpencil/gpencil_convert.c4
1 files 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);