Add some TRANSLATORS comments.
[dcpomatic.git] / src / wx / dcp_panel.cc
index bc3309a6ba8e830f908307c101ffeda0003f1c2c..ba952c38d6dda022f09953a0c8f913ee0ed7b38c 100644 (file)
@@ -177,6 +177,7 @@ DCPPanel::DCPPanel (wxNotebook* n, boost::shared_ptr<Film> film)
 
        _reel_type->Append (_("Single reel"));
        _reel_type->Append (_("Split by video content"));
+       /// TRANSLATORS: translate the word "Custom" here; do not include the "Reel|" prefix
        _reel_type->Append (_("Reel|Custom"));
 
        _reel_length->SetRange (1, 64);