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-01-20 12:14:40 +0300
committerBastien Montagne <bastien@blender.org>2021-01-20 12:15:59 +0300
commitc082b216252119b2304893ff6f48087b2897b387 (patch)
tree557c469a0ca3f16277cdf54c8a586d18ce76dce9
parentfad8a753a9d7ff9c1acfd40d82bd1808b83f79e0 (diff)
Fix typo in UI message.
Noted by Satoshi Yamasaki (@yamyam) in rBTS5522.
-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 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