From: Carl Hetherington Date: Sun, 3 Jul 2016 19:42:46 +0000 (+0100) Subject: Name playhead moves 'go to' rather than 'move to' X-Git-Tag: v2.8.17~7 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=f015c70b101bd6d89eb34f9bc6e70d8e0638d12e;p=dcpomatic.git Name playhead moves 'go to' rather than 'move to' --- 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);