diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-20 14:37:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-20 14:37:05 +0100 |
| commit | b5e8836102e7f5571ecf852125c711477fd32c81 (patch) | |
| tree | 9b37e59141c09d63708e169d7010083bbc52cfc6 /src | |
| parent | f2caad0df1a451e2aff68dfd37277faa72116e12 (diff) | |
Fix label.
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/film_editor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
