Tweak button label.
authorCarl Hetherington <cth@carlh.net>
Tue, 19 Mar 2019 22:34:07 +0000 (22:34 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 10 May 2019 22:43:42 +0000 (23:43 +0100)
src/wx/dcp_panel.cc

index 85ed81e465029ad099246a7cb0241a5c8237daf6..314081d3d35ec717f2791f0e29199336687304a4 100644 (file)
@@ -118,7 +118,7 @@ DCPPanel::DCPPanel (wxNotebook* n, shared_ptr<Film> film, weak_ptr<FilmViewer> v
 
        _upload_after_make_dcp = new CheckBox (_panel, _("Upload DCP to TMS after it is made"));
 
-       _markers = new Button (_panel, _("Edit markers..."));
+       _markers = new Button (_panel, _("Markers..."));
 
        _notebook = new wxNotebook (_panel, wxID_ANY);
        _sizer->Add (_notebook, 1, wxEXPAND | wxTOP, 6);