GPencil: Fix typo error

This commit is contained in:
2021-05-06 17:29:04 +02:00
parent c94558c30a
commit 1cc82b5099

View File

@@ -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";