Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <montagne29@wanadoo.fr>2020-08-04 14:27:17 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2020-08-04 14:27:17 +0300
commit9adfdc230051f15db24a8bc32c4828e57353513f (patch)
treee1325ab1157c2fef86fb6696883188c240d51471
parentcfd0a58e26e5bd3a49df3b01c95dfd65a3865327 (diff)
Cleanup: Typos & co in UI messages.
-rw-r--r--viewport_vr_preview.py2
1 files changed, 1 insertions, 1 deletions
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',