diff --git a/scripts/addons/cam/ui/panels/operations.py b/scripts/addons/cam/ui/panels/operations.py index 75f18b817..16e231c82 100644 --- a/scripts/addons/cam/ui/panels/operations.py +++ b/scripts/addons/cam/ui/panels/operations.py @@ -25,7 +25,7 @@ class CAM_OPERATIONS_Panel(CAMButtonsPanel, Panel): bl_region_type = "WINDOW" bl_context = "render" - bl_label = "╠ Operations ╣" + bl_label = "[ Operations ]" bl_idname = "WORLD_PT_CAM_OPERATIONS" panel_interface_level = 0 always_show_panel = True