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)