Add KDM directory configuration in player.
[dcpomatic.git] / src / wx / timeline_labels_view.cc
index 56228a7e70a280fce9ba74350c43f3b8146c83cc..b64be6248da8281412dd7c8c3ac8e3d7150c4726 100644 (file)
@@ -72,7 +72,7 @@ TimelineLabelsView::do_paint (wxGraphicsContext* gc, list<dcpomatic::Rect<int> >
 
        if (_text_tracks) {
                ty = fy + _text_tracks * h;
-               gc->DrawText (_("Subtitle/captions"), 0, (ty + fy) / 2 - 8);
+               gc->DrawText (_("Subtitles/captions"), 0, (ty + fy) / 2 - 8);
                fy = ty;
        }