From 9adfdc230051f15db24a8bc32c4828e57353513f Mon Sep 17 00:00:00 2001
From: Bastien Montagne <montagne29@wanadoo.fr>
Date: Tue, 4 Aug 2020 13:27:17 +0200
Subject: [PATCH] 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 c7d1d1af7..44e8897b1 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',
-- 
GitLab