Add reel index/count to DCP filename format.
[dcpomatic.git] / src / wx / playhead_to_frame_dialog.cc
index bb3c5b5fb022177cb28d240230349ac93ed50139..462e3d5e1164c579bd918497c693fb8e714ad9d4 100644 (file)
@@ -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);