diff --git a/BlenderCOL.py b/BlenderCOL.py index e28f066..af9b52d 100644 --- a/BlenderCOL.py +++ b/BlenderCOL.py @@ -5,7 +5,7 @@ bl_info = { "blender": (2, 71, 0), "location": "File > Export > Collision (.col)", "description": "This script allows you do export col files directly from blender. Based on Blank's obj2col", - "warning": "Might break, doing this mostly for my own convinience", + "warning": "Might clutter your keymaps if you register/unregister this too much", "category": "Import-Export" }