diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py index 953038191c11dfea8bcd6c00ef2fc5d6d8ed4363..62933c0900ca74f89f75673eddb34e3faac3a032 100644 --- a/viewport_vr_preview.py +++ b/viewport_vr_preview.py @@ -346,7 +346,7 @@ class VIEW3D_PT_vr_info(bpy.types.Panel): def draw(self, context): layout = self.layout - layout.label(icon='ERROR', text="Built without VR/OpenXR features.") + layout.label(icon='ERROR', text="Built without VR/OpenXR features") class VIEW3D_OT_vr_landmark_add(Operator):