From 86139a20fb3dd1606f4e95f94ffe0e51c88eebc9 Mon Sep 17 00:00:00 2001 From: Pullusb Date: Mon, 14 Jun 2021 18:53:15 +0200 Subject: [PATCH] fix typo --- OP_brushes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OP_brushes.py b/OP_brushes.py index 14fcc7f..72e8809 100644 --- a/OP_brushes.py +++ b/OP_brushes.py @@ -22,7 +22,7 @@ def get_brushes(blend_fp): class GPTB_OT_load_brushes(bpy.types.Operator, ImportHelper): bl_idname = "gp.load_brushes" bl_label = "Load Brushes" - bl_description = "Load all brushes from chosen blend file in current if brushes aren't already there\nIf a replacement is needed, delete the prefious brush before" + bl_description = "Load all brushes from chosen blend file in current if brushes aren't already there\nIf a replacement is needed, delete the previous brush before" #bl_options = {"REGISTER", "INTERNAL"} # @classmethod @@ -74,4 +74,4 @@ def unregister(): bpy.types.VIEW3D_MT_brush_gpencil_context_menu.remove(load_brush_ui) for cl in reversed(classes): - bpy.utils.unregister_class(cl) \ No newline at end of file + bpy.utils.unregister_class(cl)