[Bf-blender-cvs] [6d39fd94b45] master: Fix copy/paste error in Grease Pencil Draw operator tooltip

Julian Eisel noreply at git.blender.org
Thu Sep 3 19:37:03 CEST 2020


Commit: 6d39fd94b458e1165c03590e3e80a475fc32cfdf
Author: Julian Eisel
Date:   Thu Sep 3 19:27:18 2020 +0200
Branches: master
https://developer.blender.org/rB6d39fd94b458e1165c03590e3e80a475fc32cfdf

Fix copy/paste error in Grease Pencil Draw operator tooltip

Also remove capitalization of the term "object".

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_paint.c b/source/blender/editors/gpencil/gpencil_paint.c
index 3f62c3ec8c0..09fb65b654e 100644
--- a/source/blender/editors/gpencil/gpencil_paint.c
+++ b/source/blender/editors/gpencil/gpencil_paint.c
@@ -3852,7 +3852,7 @@ void GPENCIL_OT_draw(wmOperatorType *ot)
   /* identifiers */
   ot->name = "Grease Pencil Draw";
   ot->idname = "GPENCIL_OT_draw";
-  ot->description = "Draw mouse_prv new stroke in the active Grease Pencil Object";
+  ot->description = "Draw a new stroke in the active Grease Pencil object";
 
   /* api callbacks */
   ot->exec = gpencil_draw_exec;



More information about the Bf-blender-cvs mailing list