From 3923738c8f7da41caf477d11ef1d86ca6069b8b9 Mon Sep 17 00:00:00 2001 From: Eitan Date: Mon, 9 Mar 2020 16:46:38 +0100 Subject: UI: rename View Frame to Go to Current Frame in video sequencer For consistency with other editors. Differential Revision: https://developer.blender.org/D7025 --- source/blender/editors/space_sequencer/sequencer_edit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source') diff --git a/source/blender/editors/space_sequencer/sequencer_edit.c b/source/blender/editors/space_sequencer/sequencer_edit.c index ca2a5eaa54f..0408ab75d53 100644 --- a/source/blender/editors/space_sequencer/sequencer_edit.c +++ b/source/blender/editors/space_sequencer/sequencer_edit.c @@ -2935,9 +2935,9 @@ static int sequencer_view_frame_exec(bContext *C, wmOperator *op) void SEQUENCER_OT_view_frame(wmOperatorType *ot) { /* identifiers */ - ot->name = "View Frame"; + ot->name = "Go to Current Frame"; ot->idname = "SEQUENCER_OT_view_frame"; - ot->description = "Reset viewable area to show range around current frame"; + ot->description = "Move the view to the playhead"; /* api callbacks */ ot->exec = sequencer_view_frame_exec; -- cgit v1.2.3