[Bf-blender-cvs] [c082b216252] blender-v2.92-release: Fix typo in UI message.

Bastien Montagne noreply at git.blender.org
Wed Jan 20 10:16:17 CET 2021


Commit: c082b216252119b2304893ff6f48087b2897b387
Author: Bastien Montagne
Date:   Wed Jan 20 10:14:40 2021 +0100
Branches: blender-v2.92-release
https://developer.blender.org/rBc082b216252119b2304893ff6f48087b2897b387

Fix typo in UI message.

Noted by Satoshi Yamasaki (@yamyam) in rBTS5522.

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

M	release/scripts/startup/bl_ui/space_clip.py

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

diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index 495bf77b0e7..9d74a9c9fea 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -1418,7 +1418,7 @@ class CLIP_MT_track_refine(Menu):
         props = layout.operator("clip.refine_markers", text="Backwards")
         props.backwards = True
 
-        props = layout.operator("clip.refine_markers", text="Fowards")
+        props = layout.operator("clip.refine_markers", text="Forwards")
         props.backwards = False



More information about the Bf-blender-cvs mailing list