X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Faudio_plot.cc;h=96de34d406744960db60c4aa072a0673699c9c2d;hb=c94f29d333e1b81aabbc396920250844460d46f6;hp=f78885772ce033e682a1e9d178d85c93441b2b45;hpb=2ccc67a0268395b1d241cb729170009feef397dd;p=dcpomatic.git diff --git a/src/wx/audio_plot.cc b/src/wx/audio_plot.cc index f78885772..96de34d40 100644 --- a/src/wx/audio_plot.cc +++ b/src/wx/audio_plot.cc @@ -145,7 +145,7 @@ AudioPlot::paint () gc->SetPen (*wxLIGHT_GREY_PEN); gc->StrokePath (grid); - gc->DrawText (_("Time"), data_width, _height - _y_origin + db_label_height / 2); + gc->DrawText (_("DCPTime"), data_width, _height - _y_origin + db_label_height / 2); if (_type_visible[AudioPoint::PEAK]) { for (int c = 0; c < MAX_AUDIO_CHANNELS; ++c) {