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:
authorAntonio Vazquez <blendergit@gmail.com>2020-05-08 21:24:44 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-05-11 13:39:32 +0300
commite82d8c60f03a5e41aa48d99d5012f56c68968b32 (patch)
treeee8e8c99ae6c5e0438f334ab7a0f7656fa73bdc4 /source/blender/editors/gpencil/annotate_paint.c
parent9a7c4e2d444f2cbd48cd724a775ea057dad1a88b (diff)
Annotations: Small tooltip change
Diffstat (limited to 'source/blender/editors/gpencil/annotate_paint.c')
-rw-r--r--source/blender/editors/gpencil/annotate_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/annotate_paint.c b/source/blender/editors/gpencil/annotate_paint.c
index 47370eaa248..c53b90fbfee 100644
--- a/source/blender/editors/gpencil/annotate_paint.c
+++ b/source/blender/editors/gpencil/annotate_paint.c
@@ -2834,7 +2834,7 @@ void GPENCIL_OT_annotate(wmOperatorType *ot)
prop = RNA_def_boolean(ot->srna,
"use_stabilizer",
false,
- "Use Stabilizer",
+ "Stabilize Stroke",
"Helper to draw smooth and clean lines. Press Shift for an invert effect "
"(even if this option is not active)");
prop = RNA_def_float(ot->srna,