[Bf-blender-cvs] [1cc82b5099e] greasepencil-object: GPencil: Fix typo error

Antonio Vazquez noreply at git.blender.org
Thu May 6 17:29:08 CEST 2021


Commit: 1cc82b5099e610874cd332a9fc6ea912a89f7d42
Author: Antonio Vazquez
Date:   Thu May 6 17:29:04 2021 +0200
Branches: greasepencil-object
https://developer.blender.org/rB1cc82b5099e610874cd332a9fc6ea912a89f7d42

GPencil: Fix typo error

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

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

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

diff --git a/source/blender/editors/gpencil/gpencil_data.c b/source/blender/editors/gpencil/gpencil_data.c
index 675c33ad01a..dcd72e71c64 100644
--- a/source/blender/editors/gpencil/gpencil_data.c
+++ b/source/blender/editors/gpencil/gpencil_data.c
@@ -3661,7 +3661,7 @@ void GPENCIL_OT_materials_append_to_object(wmOperatorType *ot)
   PropertyRNA *prop;
 
   /* identifiers */
-  ot->name = "Append Matewrials to New Object";
+  ot->name = "Append Materials to New Object";
   ot->idname = "GPENCIL_OT_materials_append_to_object";
   ot->description = "Append Materials of the active Grease Pencil to other object";



More information about the Bf-blender-cvs mailing list