Label tweak to point out that J2K bandwidth setting only
[dcpomatic.git] / src / wx / dcp_panel.cc
index ea131524661fa9e81692ce87923b5c9163b4cd7e..7d1d2497a3eaca2d5be5d3eeb41e54fb3e4937c3 100644 (file)
@@ -677,7 +677,7 @@ DCPPanel::make_video_panel ()
        ++r;
 
        {
-               add_label_to_sizer (grid, panel, _("JPEG2000 bandwidth"), true, wxGBPosition (r, 0));
+               add_label_to_sizer (grid, panel, _("JPEG2000 bandwidth\nfor newly-encoded data"), true, wxGBPosition (r, 0));
                wxSizer* s = new wxBoxSizer (wxHORIZONTAL);
                _j2k_bandwidth = new wxSpinCtrl (panel, wxID_ANY);
                s->Add (_j2k_bandwidth, 1);