Move video frame rate ('prepared-for') into Content.
[dcpomatic.git] / src / wx / kdm_dialog.cc
index 856808f11563040a7e1464e165832f05d6e17063..596976bd7ff81ea84d958ab7a4c8e5a75abe5d4c 100644 (file)
@@ -61,6 +61,7 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr<const Film> film)
        vertical->Add (_screens, 1, wxEXPAND);
 
        /* Sub-heading: Timing */
+       /// TRANSLATORS: translate the word "Timing" here; do not include the "KDM|" prefix
        h = new wxStaticText (this, wxID_ANY, S_("KDM|Timing"));
        h->SetFont (subheading_font);
        vertical->Add (h, 0, wxALIGN_CENTER_VERTICAL | wxTOP, DCPOMATIC_SIZER_Y_GAP * 2);