Allow drag of content; fix up some problems with timings.
[dcpomatic.git] / src / wx / film_editor.cc
index 0857b780a4d3f67525d1726f6054a2c19fb5eb0d..050b0c3e203b32f9a2d3c08cf07bc32cf7e1e9dd 100644 (file)
@@ -434,7 +434,7 @@ FilmEditor::make_subtitle_panel ()
                grid->Add (s);
        }
 
-       add_label_to_sizer (grid, _subtitle_panel, _("Subtitle stream"));
+       add_label_to_sizer (grid, _subtitle_panel, _("Subtitle Stream"));
        _subtitle_stream = new wxChoice (_subtitle_panel, wxID_ANY);
        grid->Add (_subtitle_stream, 1, wxEXPAND | wxALL, 6);
        grid->AddSpacer (0);