Skip to content

Commit 9e44054

Browse files
Update __init__.py
1 parent c49886d commit 9e44054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
bl_info = {
2323
"name": "Import Voodoo Camera Tracks",
2424
"author": "Blender Defender",
25-
"version": (1, 0, 4),
25+
"version": (1, 0, 5),
2626
"blender": (2, 83, 0),
2727
"location": "View3D > Object > Import > Open Voodo Camera Track",
2828
"description": "Import Voodoo Camera Tracker Scripts (for Blender 2.5) to Blender 2.8x the easy way!",
29-
"warning": "",
29+
"warning": "Checkout Gumroad for other Addons and more...",
3030
"wiki_url": "https://github.com/BlenderDefender/io_voodoo_tracks",
3131
"tracker_url": "https://github.com/BlenderDefender/io_voodoo_tracks/issues",
3232
"category": "Import-Export"}
@@ -105,7 +105,7 @@ def execute(self, context):
105105
class IOVOODOOTRACKS_OT_CheckGumroad(bpy.types.Operator):
106106
"""Checkout Gumroad for more cool Addons and Blender Files"""
107107
bl_idname = "voodoo_track.check_gumroad"
108-
bl_label = "Checkout Gumroad for extension packs and more..."
108+
bl_label = "Checkout Gumroad for other Addons and more..."
109109
bl_options = {'REGISTER'}
110110

111111

0 commit comments

Comments
 (0)