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:
Diffstat (limited to 'release/scripts/startup/bl_ui/space_clip.py')
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index 7fe1c3b29f4..96920af1c7e 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -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