diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-07-03 20:42:46 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-07-03 20:42:46 +0100 |
| commit | f015c70b101bd6d89eb34f9bc6e70d8e0638d12e (patch) | |
| tree | 232bf7c743ec7dcd29cc919ff33a5c5e25f38fed /src | |
| parent | 09d4f6d839cdbf68415ef0addf3319d66a0be23a (diff) | |
Name playhead moves 'go to' rather than 'move to'
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/playhead_to_frame_dialog.cc | 2 | ||||
| -rw-r--r-- | 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); |
