summaryrefslogtreecommitdiff
path: root/src/wx
diff options
context:
space:
mode:
Diffstat (limited to 'src/wx')
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index b0cbd8941..4190526d7 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -171,7 +171,7 @@ DCPPanel::DCPPanel (wxNotebook* n, boost::shared_ptr<Film> film)
}
_reel_type->Append (_("Single reel"));
- _reel_type->Append (_("One per video content"));
+ _reel_type->Append (_("Split by video content"));
_reel_type->Append (_("Custom"));
_reel_length->SetRange (1, 64);