From b5e8836102e7f5571ecf852125c711477fd32c81 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 May 2013 14:37:05 +0100 Subject: Fix label. --- src/wx/film_editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/film_editor.cc b/src/wx/film_editor.cc index 891675143..73c52945b 100644 --- a/src/wx/film_editor.cc +++ b/src/wx/film_editor.cc @@ -132,7 +132,7 @@ FilmEditor::make_film_panel () grid->Add (_edit_dci_button, wxGBPosition (r, 1), wxDefaultSpan); ++r; - _trust_content_headers = new wxCheckBox (_film_panel, wxID_ANY, _("Trust content's header")); + _trust_content_headers = new wxCheckBox (_film_panel, wxID_ANY, _("Trust content headers")); grid->Add (_trust_content_headers, wxGBPosition (r, 0), wxGBSpan(1, 2)); ++r; -- cgit v1.2.3