Skip to content
Snippets Groups Projects
Commit af549fa0 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Fix various UI messages.

parent 636cc549
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment