Merge branch 'blender-v2.92-release'

This commit is contained in:
Bastien Montagne 2021-01-20 10:16:30 +01:00
commit e69034e6d9
1 changed files with 1 additions and 1 deletions

View File

@ -1420,7 +1420,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