From d17044d0da61d6077a1f20170ba76ab765a44e50 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 19 Mar 2019 22:34:07 +0000 Subject: [PATCH 1/1] Tweak button label. --- src/wx/dcp_panel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, weak_ptr 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); -- 2.30.2