summaryrefslogtreecommitdiff
path: root/src/wx/film_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx/film_editor.cc')
-rw-r--r--src/wx/film_editor.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc
index 0857b780a..050b0c3e2 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -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);