[Bf-blender-cvs] [e82d8c60f03] master: Annotations: Small tooltip change

Antonio Vazquez noreply at git.blender.org
Mon May 11 12:42:29 CEST 2020


Commit: e82d8c60f03a5e41aa48d99d5012f56c68968b32
Author: Antonio Vazquez
Date:   Fri May 8 20:24:44 2020 +0200
Branches: master
https://developer.blender.org/rBe82d8c60f03a5e41aa48d99d5012f56c68968b32

Annotations: Small tooltip change

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

M	source/blender/editors/gpencil/annotate_paint.c

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

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,



More information about the Bf-blender-cvs mailing list