From f9068dcbfbb09082e29e2a779ef1a7a2f6ee849e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 12 Oct 2015 15:05:09 +0100 Subject: Rename split-by-video content slightly; fix referencing to multi-reel DCPs. --- src/wx/dcp_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wx') 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) } _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); -- cgit v1.2.3