summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-28 18:46:42 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-28 18:46:42 +0000
commit8bb4ba8f424cac07f7730fca99d5333fcd76a84d (patch)
treea5be1442aaff21809dd9928e4c45a3934540292b /src/wx
parent2e5b4effbc5e7f7ac74cae541a05d3401c9170b0 (diff)
parent5b892b4b6792456070cb3face8b9efb48968658d (diff)
Merge branch 'master' into i18n
Diffstat (limited to 'src/wx')
-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 54eccb4f1..68291a812 100644
--- a/src/wx/film_editor.cc
+++ b/src/wx/film_editor.cc
@@ -124,7 +124,7 @@ FilmEditor::make_film_panel ()
_dcp_content_type = new wxChoice (_film_panel, wxID_ANY);
grid->Add (_dcp_content_type);
- video_control (add_label_to_sizer (grid, _film_panel, _("Frames Per Second")));
+ video_control (add_label_to_sizer (grid, _film_panel, _("Original Frame Rate")));
_frames_per_second = new wxStaticText (_film_panel, wxID_ANY, wxT (""));
grid->Add (video_control (_frames_per_second), 1, wxALIGN_CENTER_VERTICAL);