diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-28 18:46:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-28 18:46:42 +0000 |
| commit | 8bb4ba8f424cac07f7730fca99d5333fcd76a84d (patch) | |
| tree | a5be1442aaff21809dd9928e4c45a3934540292b /src/wx | |
| parent | 2e5b4effbc5e7f7ac74cae541a05d3401c9170b0 (diff) | |
| parent | 5b892b4b6792456070cb3face8b9efb48968658d (diff) | |
Merge branch 'master' into i18n
Diffstat (limited to 'src/wx')
| -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 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); |
