summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-20 14:37:05 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-20 14:37:05 +0100
commitb5e8836102e7f5571ecf852125c711477fd32c81 (patch)
tree9b37e59141c09d63708e169d7010083bbc52cfc6 /src
parentf2caad0df1a451e2aff68dfd37277faa72116e12 (diff)
Fix label.
Diffstat (limited to 'src')
-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 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;