Remove reference checkboxes from video/audio/text tabs.
[dcpomatic.git] / src / wx / dcp_panel.cc
index 1b1cc0e363f2015e9dfc65acf1d821e3b224bda4..00d04c2bae0a90c67b19a815af98d26bc7899e7e 100644 (file)
@@ -155,7 +155,7 @@ DCPPanel::DCPPanel(wxNotebook* n, shared_ptr<Film> film, FilmViewer& viewer)
        _reel_length->SetRange (1, 64);
 
        add_standards();
-       _standard->SetToolTip(_("Which standard the DCP should use.  Interop is older and SMPTE is the modern standard.  If in doubt, choose 'SMPTE'"));
+       _standard->SetToolTip(_("The standard that the DCP should use.  Interop is older, and SMPTE is the newer (current) standard.  If in doubt, choose 'SMPTE'"));
 
        Config::instance()->Changed.connect (boost::bind(&DCPPanel::config_changed, this, _1));