From f015c70b101bd6d89eb34f9bc6e70d8e0638d12e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 3 Jul 2016 20:42:46 +0100 Subject: [PATCH] Name playhead moves 'go to' rather than 'move to' --- src/wx/playhead_to_frame_dialog.cc | 2 +- src/wx/playhead_to_timecode_dialog.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wx/playhead_to_frame_dialog.cc b/src/wx/playhead_to_frame_dialog.cc index bb3c5b5fb..462e3d5e1 100644 --- a/src/wx/playhead_to_frame_dialog.cc +++ b/src/wx/playhead_to_frame_dialog.cc @@ -22,7 +22,7 @@ #include "lib/raw_convert.h" PlayheadToFrameDialog::PlayheadToFrameDialog (wxWindow* parent, int fps) - : TableDialog (parent, _("Move to frame"), 2, 1, true) + : TableDialog (parent, _("Go to frame"), 2, 1, true) , _fps (fps) { add (_("Go to"), true); diff --git a/src/wx/playhead_to_timecode_dialog.cc b/src/wx/playhead_to_timecode_dialog.cc index f436df96e..be4ac7dfc 100644 --- a/src/wx/playhead_to_timecode_dialog.cc +++ b/src/wx/playhead_to_timecode_dialog.cc @@ -21,7 +21,7 @@ #include "playhead_to_timecode_dialog.h" PlayheadToTimecodeDialog::PlayheadToTimecodeDialog (wxWindow* parent, int fps) - : TableDialog (parent, _("Move to timecode"), 2, 1, true) + : TableDialog (parent, _("Go to timecode"), 2, 1, true) , _fps (fps) { add (_("Go to"), true); -- 2.30.2