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

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Montagne <bastien@blender.org>2021-11-01 19:28:40 +0300
committerBastien Montagne <bastien@blender.org>2021-11-01 19:28:40 +0300
commit339fd8027f0b2d8aaa9efe7ecf0f7af410c14861 (patch)
tree7646ea4432a4fedae5e037406b7cd43f6f96e923 /source/blender/windowmanager
parentadc540cf7ccfa665fda4c387c26760cf5d60ebba (diff)
parent2f667c2bc949b31e7e80a67905394e1e5a0bd762 (diff)
Merge branch 'blender-v3.0-release'
Diffstat (limited to 'source/blender/windowmanager')
-rw-r--r--source/blender/windowmanager/xr/intern/wm_xr_operators.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/xr/intern/wm_xr_operators.c b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
index 36af0147cb8..112312bab7b 100644
--- a/source/blender/windowmanager/xr/intern/wm_xr_operators.c
+++ b/source/blender/windowmanager/xr/intern/wm_xr_operators.c
@@ -1164,7 +1164,7 @@ static void WM_OT_xr_navigation_fly(wmOperatorType *ot)
"lock_direction",
false,
"Lock Direction",
- "Limit movement to viewer's intial direction");
+ "Limit movement to viewer's initial direction");
RNA_def_boolean(ot->srna,
"speed_frame_based",
true,