Rename "custom" reel type to "split by maximum reel size" (in the GUI).
authorCarl Hetherington <cth@carlh.net>
Mon, 11 Dec 2023 23:14:45 +0000 (00:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 11 Mar 2024 23:43:51 +0000 (00:43 +0100)
src/wx/dcp_panel.cc

index d81e7bf9522cb9dd812789b7f7459230b3a2a29b..b789a1a74ec96da172442be064ab28b3b0c03f1d 100644 (file)
@@ -141,8 +141,7 @@ DCPPanel::DCPPanel(wxNotebook* n, shared_ptr<Film> 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);