summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-03-19 22:34:07 +0000
committerCarl Hetherington <cth@carlh.net>2019-04-08 00:22:40 +0100
commitb0dd2f2e0aafd24c529325dabf5da4fb346fd286 (patch)
treeb98ee7ff3a335d0a53c9d70eea2cfed833378ac8
parent8f0620c52d92166e91902d61a74b6c57d39d6776 (diff)
Tweak button label.
-rw-r--r--src/wx/dcp_panel.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/dcp_panel.cc b/src/wx/dcp_panel.cc
index 85ed81e46..314081d3d 100644
--- a/src/wx/dcp_panel.cc
+++ b/src/wx/dcp_panel.cc
@@ -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);