[Bf-blender-cvs] [8225b610dde] master: Fix typo in Fly mode tooltip

Dalai Felinto noreply at git.blender.org
Fri Jul 9 10:21:39 CEST 2021


Commit: 8225b610dde3f4c1ad910c67416e81dc0ae83b26
Author: Dalai Felinto
Date:   Fri Jul 9 10:19:04 2021 +0200
Branches: master
https://developer.blender.org/rB8225b610dde3f4c1ad910c67416e81dc0ae83b26

Fix typo in Fly mode tooltip

The bug was always around and was introduced with the original code
e2a7168e9680f (2009).

===================================================================

M	source/blender/editors/space_view3d/view3d_navigate_fly.c

===================================================================

diff --git a/source/blender/editors/space_view3d/view3d_navigate_fly.c b/source/blender/editors/space_view3d/view3d_navigate_fly.c
index e2fa0fdc6a5..5752837c40f 100644
--- a/source/blender/editors/space_view3d/view3d_navigate_fly.c
+++ b/source/blender/editors/space_view3d/view3d_navigate_fly.c
@@ -122,7 +122,7 @@ void fly_modal_keymap(wmKeyConfig *keyconf)
       {FLY_MODAL_DECELERATE, "DECELERATE", 0, "Decelerate", ""},
 
       {FLY_MODAL_AXIS_LOCK_X, "AXIS_LOCK_X", 0, "X Axis Correction", "X axis correction (toggle)"},
-      {FLY_MODAL_AXIS_LOCK_Z, "AXIS_LOCK_Z", 0, "X Axis Correction", "Z axis correction (toggle)"},
+      {FLY_MODAL_AXIS_LOCK_Z, "AXIS_LOCK_Z", 0, "Z Axis Correction", "Z axis correction (toggle)"},
 
       {FLY_MODAL_PRECISION_ENABLE, "PRECISION_ENABLE", 0, "Precision", ""},
       {FLY_MODAL_PRECISION_DISABLE, "PRECISION_DISABLE", 0, "Precision (Off)", ""},



More information about the Bf-blender-cvs mailing list