diff options
Diffstat (limited to 'src/wx/playhead_to_timecode_dialog.cc')
| -rw-r--r-- | src/wx/playhead_to_timecode_dialog.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
