UI: use term 'Current Frame' instead of 'Playhead'

Keep terminology consistent, 'Current Frame' is used nearly everywhere.
This commit is contained in:
2020-07-01 19:54:12 +10:00
parent 4387aff99e
commit ab0d02b704
5 changed files with 14 additions and 11 deletions

View File

@@ -243,8 +243,8 @@ class TIME_PT_playback(TimelinePanelButtons, Panel):
layout.prop(scene, "show_subframe", text="Subframes")
layout.prop(scene, "lock_frame_selection_to_range", text="Limit Playhead to Frame Range")
layout.prop(screen, "use_follow", text="Follow Playhead")
layout.prop(scene, "lock_frame_selection_to_range", text="Limit Playback to Frame Range")
layout.prop(screen, "use_follow", text="Follow Current Frame")
layout.separator()