Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'btrace/bTrace_panel.py')
-rw-r--r--btrace/bTrace_panel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/btrace/bTrace_panel.py b/btrace/bTrace_panel.py
index c36d24f1..2d267e8a 100644
--- a/btrace/bTrace_panel.py
+++ b/btrace/bTrace_panel.py
@@ -4,7 +4,7 @@ from bpy.types import Panel
# Draw Brush panel in Toolbar
class addTracerObjectPanel(Panel):
bl_idname = "BTRACE_PT_object_brush"
- bl_label = "Btrace"
+ bl_label = "BTracer"
bl_space_type = "VIEW_3D"
bl_region_type = "UI"
bl_context = "objectmode"