summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-02-23 21:42:21 +0000
committerCarl Hetherington <cth@carlh.net>2013-02-23 21:42:21 +0000
commitda0b66c3c8fc7b0813bb62ee48f24263bf4a682f (patch)
tree0d484ae85ee4e7e4abd8847170c5b126c108b19c /src
parentf7a38b76ea50c62624972994f6a7ea9feaaf4f6b (diff)
Tweak 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 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);