From 9adfdc230051f15db24a8bc32c4828e57353513f Mon Sep 17 00:00:00 2001 From: Bastien Montagne Date: Tue, 4 Aug 2020 13:27:17 +0200 Subject: Cleanup: Typos & co in UI messages. --- viewport_vr_preview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewport_vr_preview.py b/viewport_vr_preview.py index c7d1d1af..44e8897b 100644 --- a/viewport_vr_preview.py +++ b/viewport_vr_preview.py @@ -181,7 +181,7 @@ class VRLandmark(PropertyGroup): "Use an existing camera to define the VR view base location and " "rotation"), ('CUSTOM', "Custom Pose", - "Allow a manually definied position and rotation to be used as " + "Allow a manually defined position and rotation to be used as " "the VR view base pose"), ], default='SCENE_CAMERA', -- cgit v1.2.3