From 58cbd115b5f6051b1af19e85f250c1c5bdc5f52d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 12 Dec 2023 00:14:45 +0100 Subject: [PATCH] Rename "custom" reel type to "split by maximum reel size" (in the GUI). --- src/wx/dcp_panel.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc index d81e7bf95..b789a1a74 100644 --- a/src/wx/dcp_panel.cc +++ b/src/wx/dcp_panel.cc @@ -141,8 +141,7 @@ DCPPanel::DCPPanel(wxNotebook* n, shared_ptr film, FilmViewer& viewer) _reel_type->add(_("Single reel")); _reel_type->add(_("Split by video content")); - /// TRANSLATORS: translate the word "Custom" here; do not include the "Reel|" prefix - _reel_type->add(S_("Reel|Custom")); + _reel_type->add(S_("Split by maximum reel size")); _reel_type->SetToolTip(_("How the DCP should be split into parts internally. If in doubt, choose 'Single reel'")); _reel_length->SetRange (1, 64); -- 2.30.2