From 6ba7fbd83ba654876e7b4a90ab89c61d6deda9dc Mon Sep 17 00:00:00 2001 From: Kirpal Demian Date: Wed, 28 Feb 2018 15:12:45 -0500 Subject: [PATCH] Removed 'Testing' in menu item --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__init__.py b/__init__.py index a31d7dd..6e18c65 100644 --- a/__init__.py +++ b/__init__.py @@ -41,7 +41,7 @@ class JSONImporter(bpy.types.Operator): def menu_import(self, context): - self.layout.operator(JSONImporter.bl_idname, text="KLE Raw Data --TESTING-- (.json)") + self.layout.operator(JSONImporter.bl_idname, text="KLE Raw Data (.json)") # register addon