diff options
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); |
